mcpbeat Sign in

Mne Docs MCP Server

by weiyongxu Your server? Claim it
local only

Mne Docs runs on your own machine — the client starts it, so there is no endpoint to ping. 39 installs a week from npm.

MCP server for MNE-Python documentation, source code, GitHub issues, and forum

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 233 · avg 26 · -75% w/w
a month agotoday
39
Installs / week
npm · mne-docs-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

What the code does

We have not read this server's code yet

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.

Package points at a different repository weiyongxu/mne-docs-mcp
пакет mne-docs-mcp ссылается на weiyongxu/mne-docs

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-docs -- npx -y mne-docs-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mne-docs": {
      "args": [
        "-y",
        "mne-docs-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mne-docs]
command = "npx"
args = ["-y", "mne-docs-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "mne-docs": {
      "args": [
        "-y",
        "mne-docs-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mne-docs": {
      "args": [
        "-y",
        "mne-docs-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: MNE_GITHUB_TOKEN (GitHub Personal Access Token for API access), MNE_TRANSPORT (Transport mode: stdio or http), MNE_PYTHON_PATH (Path to Python executable (use 'python' on Windows)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Mne Docs

same job, measured the same way
Github
by davidweb3-ctrl

GitHub MCP Server - List PRs, issues, repo info, and search code

17 installs/wk local only
Docdex
by bekirdag

Fast per-repo documentation indexer and full-text search MCP server for codebases.

1 179 installs/wk local only
Git MCP Server
by ray0907

MCP server for GitLab and GitHub

29 installs/wk local only
Vonage Documentation MCP
by vonage

MCP server for Vonage API documentation, code snippets, tutorials, and troubleshooting.

7 tools answering
Gread
by nitrorcr

An MCP server that gives your AI access to the source code and docs of all public github repos

5 tools answering
Augments MCP Server
by augmnt

Augments MCP Server - A comprehensive framework documentation provider for Claude Code

236 installs/wk local only
Contextforge MCP
by alfredoizdev

Persistent memory MCP server for Claude Code, Cursor, and GitHub Copilot.

72 installs/wk local only
GitHub Issue MCP
by sarim-aliii

AI-powered MCP server for generating GitHub issues and detecting semantic duplicates.

24 installs/wk local only

Mne Docs — questions

Answers built from our own checks of this server.

Why is there no uptime for Mne Docs?
Mne Docs 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 npm package mne-docs-mcp was installed 39 times last week.
Is Mne Docs still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Mne Docs?
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-docs-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Mne Docs?
The npm package mne-docs-mcp was installed 39 times in the last week. Week over week that is -75%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.