Skip to content
Zed

MNE-MCP for Zed

io.github.exekiel179/mne-mcp

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

client:Zed transport:stdio runtime:pypi

Install MNE-MCP in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "mne-mcp": {
      "command": "uvx",
      "args": [
        "mne-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

MNE-MCP in other clients