MNE MCP

A Model Context Protocol (MCP) server that gives AI assistants direct, conversational access to MNE-Python for analyzing human neurophysiology data - EEG, MEG, sEEG, ECoG, and fNIRS. It runs locally over stdio via the published package.

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-06-17 · ★ 7 · #402 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

MIT · Python servers · how we verify → /methodology

01 · Install MNE MCP

before you install - you'll need

Set MNE_MCP_TIMEOUT, MNE_MCP_RESULTS_DIR before connecting. MNE_MCP_DATA_DIR is optional or environment-specific per the README.

Claude Code

claude mcp add exekiel179-mne-mcp -- uvx mne-mcp

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

pypi package mne-mcp - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.Exekiel179 is GitHub-verified and matches the repo owner

03 · What MNE MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.2.2 · 2026-06-05

Skills now ship inside the package. A plain pip / pipx / uvx install of mne-mcp carries the full skill suite and the mne-methodology-critic agent - so distribution no longer needs a source clone. · bash · pipx install…

v0.2.1 · 2026-06-05

Now listed on the official MCP Registry as io.github.Exekiel179/mne-mcp, alongside PyPI. · Added · Official MCP Registry listing (server.json): publishable to registry.modelcontextprotocol.io under…

v0.2.0 · 2026-06-04

First hardened release of MNE-MCP - an MCP server giving AI assistants conversational access to MNE-Python for EEG/MEG/sEEG/ECoG/fNIRS. · Highlights · Fix (critical): NumPy 2.x compatibility - a transitive dependency…

04 · Who maintains MNE MCP

MNE-MCP is maintained by exekiel179. It's the only MCP server we track from this author; the repo dates to Jun 2026.

05 · Facts

category
other - ranked #402 of 848 actively-maintained other servers as of 2026-08-25.
release cadence
3 releases in the last 90 days (latest 2026-06-05)
registry
io.github.Exekiel179/mne-mcp (active, first published 2026-06-05 · 2 versions)
packages
pypi:mne-mcp

06 · MNE MCP FAQ

What is MNE MCP?

A Model Context Protocol (MCP) server that gives AI assistants direct, conversational access to MNE-Python for analyzing human neurophysiology data - EEG, MEG, sEEG, ECoG, and fNIRS. It runs locally over stdio via the published package.

Is MNE MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-06-17 and it shipped 3 releases in the last 90 days. We re-verify nightly.

How do I install MNE MCP?

Run `uvx mne-mcp`. The README documents 3 environment variables (MNE_MCP_TIMEOUT, MNE_MCP_RESULTS_DIR, MNE_MCP_DATA_DIR) to set first. Set MNE_MCP_TIMEOUT, MNE_MCP_RESULTS_DIR before connecting. MNE_MCP_DATA_DIR is optional or environment-specific per the README. You can also paste the ready-made client config above.

Does MNE MCP run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to MNE MCP