← Index

io.github.weiyongxu/mne-docs

io.github.weiyongxu/mne-docs·v1.0.46·Git & Code Hosting
Quality Score
85
/100

MCP server for MNE-Python documentation, source code, GitHub issues, and forum

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mne-docs": {
      "command": "npx",
      "args": [
        "-y",
        "mne-docs-mcp"
      ],
      "env": {
        "MNE_GITHUB_TOKEN": "<your-mne_github_token>",
        "MNE_TRANSPORT": "<mne_transport>",
        "MNE_PYTHON_PATH": "<mne_python_path>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mne-docs": {
      "command": "npx",
      "args": [
        "-y",
        "mne-docs-mcp"
      ],
      "env": {
        "MNE_GITHUB_TOKEN": "<your-mne_github_token>",
        "MNE_TRANSPORT": "<mne_transport>",
        "MNE_PYTHON_PATH": "<mne_python_path>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y mne-docs-mcp
§02  Environment variables
MNE_GITHUB_TOKEN
requiredsecret

GitHub Personal Access Token for API access

MNE_TRANSPORT

Transport mode: stdio or http

MNE_PYTHON_PATH

Path to Python executable (use 'python' on Windows)

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Git & Code Hosting