Skip to content
Cursor

mne docs for Cursor

io.github.weiyongxu/mne-docs

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

client:Cursor transport:stdio runtime:npm

Install mne docs in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mne-docs": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mne-docs-mcp"
      ],
      "env": {
        "MNE_GITHUB_TOKEN": "<MNE_GITHUB_TOKEN>",
        "MNE_TRANSPORT": "<MNE_TRANSPORT>",
        "MNE_PYTHON_PATH": "<MNE_PYTHON_PATH>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mne docs in other clients