Skip to content
Cursor

MNE-MCP for Cursor

io.github.exekiel179/mne-mcp

MNE-Python neurophysiology analysis (EEG, MEG, sEEG, ECoG, fNIRS) via the Model Context Protocol

client:Cursor transport:stdio runtime:pypi

Install MNE-MCP in Cursor

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

{
  "mcpServers": {
    "mne-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mne-mcp"
      ]
    }
  }
}

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

MNE-MCP in other clients