Catalog
Mne Docs
Officialby weiyongxu
MCP server for MNE-Python documentation, source code, GitHub issues, and forum
Provides access to MNE-Python documentation, source code, issues, and community forums.
README not available yet.
Install
Configuration
Environment variables
MNE_GITHUB_TOKENrequiredsecretGitHub Personal Access Token for API access
MNE_TRANSPORTTransport mode: stdio or http
MNE_PYTHON_PATHPath to Python executable (use 'python' on Windows)
claude_desktop_config.json
{
"mcpServers": {
"mne-docs": {
"command": "npx",
"args": [
"-y",
"mne-docs-mcp@1.0.49"
],
"env": {
"MNE_GITHUB_TOKEN": "<YOUR_MNE_GITHUB_TOKEN>",
"MNE_TRANSPORT": "<YOUR_MNE_TRANSPORT>",
"MNE_PYTHON_PATH": "<YOUR_MNE_PYTHON_PATH>"
}
}
}
}