Skip to content
VS Code

MNE-MCP for VS Code

io.github.exekiel179/mne-mcp

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

client:VS Code transport:stdio runtime:pypi

Install MNE-MCP in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

MNE-MCP in other clients