mcpbeat Sign in

MNE-MCP MCP Server

by exekiel179 Your server? Claim it
local only

MNE-MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 117 installs a week from pypi. Last commit 13 Jun 2026.

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

Installs per day peak 40 · avg 23 · -30% w/w
a month agotoday
117
Installs / week
pypi · mne-mcp
7
Stars
0 open issues
13 Jun 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 22 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] src/mne_mcp/decoding.py:1, [пакет] src/mne_mcp/inference.py:1, [пакет] src/mne_mcp/parameters.py:1 и ещё 3
этот файл ставится пользователю, но в репозитории его нет
        proc = subprocess.run(cmd, capture_output=True, text=True, timeout=timeout)

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mne-mcp -- uvx mne-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mne-mcp": {
      "args": [
        "mne-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mne-mcp]
command = "uvx"
args = ["mne-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "mne-mcp": {
      "args": [
        "mne-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mne-mcp": {
      "args": [
        "mne-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to MNE-MCP

same job, measured the same way
Openroad MCP
by luarss

The OpenROAD MCP server - interactive EDA sessions via Model Context Protocol

200 installs/wk local only
Openroad MCP
by the-openroad-project

The OpenROAD MCP server - interactive EDA sessions via Model Context Protocol

61 installs/wk local only
Ap MCP Server
by rbonestell

Model Context Protocol (MCP) server for the Associated Press Media API

49 installs/wk local only
Kontra MCP
by bluwork

The Tenth Man Protocol — structured contrarian analysis for decision-makers via MCP

32 installs/wk local only
MCP All
by antonytm

A Model Context Protocol server to run other MCP servers

163 installs/wk local only
Esa MCP Server
by koki-develop

A Model Context Protocol (MCP) server for esa.io

74 installs/wk local only
MCP Server for WinDbg Crash Analysis
by svnscha

A Model Context Protocol server for Windows crash dump analysis using WinDbg/CDB

1 058 installs/wk local only
ComfyUI MCP
by entityadam

Generate and manage ComfyUI media through the Model Context Protocol.

local only

MNE-MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for MNE-MCP?
MNE-MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package mne-mcp was installed 117 times last week.
How do I connect MNE-MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mne-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use MNE-MCP?
The pypi package mne-mcp was installed 117 times in the last week. Week over week that is -30%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MNE-MCP open source?
Yes — it is published under the MIT licence, written in Python and 7 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.