Mne Docs
Rank #2,438io.github.weiyongxu/mne-docs
MCP server for MNE-Python documentation, source code, GitHub issues, and forum
Mne Docs is a Model Context Protocol (MCP) server published by weiyongxu. It ranks #2,438 of 132,046 servers tracked on MCP Toplist, and its repository has 28 GitHub stars. Mne Docs is listed on Official MCP, with 33 tracked versions. It was first listed on Jan 29, 2026 and most recently updated on May 16, 2026.
Ranks ahead of 129,608 of 132,046 servers on MCP Toplist.
Use Mne Docs
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add mne-docs -e "MNE_GITHUB_TOKEN=<your MNE_GITHUB_TOKEN>" -e "MNE_TRANSPORT=<your MNE_TRANSPORT>" -e "MNE_PYTHON_PATH=<your MNE_PYTHON_PATH>" -- npx -y mne-docs-mcpReplace each placeholder with your own value before saving.
[mcp_servers.mne-docs]
command = "npx"
args = ["-y", "mne-docs-mcp"]
[mcp_servers.mne-docs.env]
MNE_GITHUB_TOKEN = "<your MNE_GITHUB_TOKEN>"
MNE_TRANSPORT = "<your MNE_TRANSPORT>"
MNE_PYTHON_PATH = "<your MNE_PYTHON_PATH>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mne-docs": {
"command": "npx",
"args": [
"-y",
"mne-docs-mcp"
],
"env": {
"MNE_GITHUB_TOKEN": "<your MNE_GITHUB_TOKEN>",
"MNE_TRANSPORT": "<your MNE_TRANSPORT>",
"MNE_PYTHON_PATH": "<your MNE_PYTHON_PATH>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mne-docs": {
"command": "npx",
"args": [
"-y",
"mne-docs-mcp"
],
"env": {
"MNE_GITHUB_TOKEN": "<your MNE_GITHUB_TOKEN>",
"MNE_TRANSPORT": "<your MNE_TRANSPORT>",
"MNE_PYTHON_PATH": "<your MNE_PYTHON_PATH>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mne-docs": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mne-docs-mcp"
],
"env": {
"MNE_GITHUB_TOKEN": "<your MNE_GITHUB_TOKEN>",
"MNE_TRANSPORT": "<your MNE_TRANSPORT>",
"MNE_PYTHON_PATH": "<your MNE_PYTHON_PATH>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mne-docs": {
"command": "npx",
"args": [
"-y",
"mne-docs-mcp"
],
"env": {
"MNE_GITHUB_TOKEN": "<your MNE_GITHUB_TOKEN>",
"MNE_TRANSPORT": "<your MNE_TRANSPORT>",
"MNE_PYTHON_PATH": "<your MNE_PYTHON_PATH>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mne-docs": {
"command": "npx",
"args": [
"-y",
"mne-docs-mcp"
],
"env": {
"MNE_GITHUB_TOKEN": "<your MNE_GITHUB_TOKEN>",
"MNE_TRANSPORT": "<your MNE_TRANSPORT>",
"MNE_PYTHON_PATH": "<your MNE_PYTHON_PATH>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.weiyongxu%2Fmne-docs)<a href="https://mcptoplist.com/server/io.github.weiyongxu%2Fmne-docs"><img src="https://mcptoplist.com/badge/io.github.weiyongxu%2Fmne-docs.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
weiyongxu
Available versions (33)
| Version | Published |
|---|---|
| 1.0.49 | May 16, 2026 |
| 1.0.48 | May 1, 2026 |
| 1.0.47 | May 1, 2026 |
| 1.0.46 | Apr 28, 2026 |
| 1.0.45 | Apr 28, 2026 |
| 1.0.44 | Apr 28, 2026 |
| 1.0.43 | Apr 27, 2026 |
| 1.0.42 | Apr 27, 2026 |
| 1.0.40 | Apr 27, 2026 |
| 1.0.39 | Apr 27, 2026 |
| 1.0.38 | Apr 27, 2026 |
| 1.0.37 | Apr 27, 2026 |
| 1.0.36 | Mar 26, 2026 |
| 1.0.35 | Mar 6, 2026 |
| 1.0.34 | Mar 6, 2026 |
| 1.0.32 | Mar 6, 2026 |
| 1.0.31 | Feb 27, 2026 |
| 1.0.30 | Feb 27, 2026 |
| 1.0.29 | Feb 27, 2026 |
| 1.0.28 | Feb 27, 2026 |
| 1.0.27 | Feb 27, 2026 |
| 1.0.26 | Feb 26, 2026 |
| 1.0.25 | Feb 26, 2026 |
| 1.0.24 | Feb 26, 2026 |
| 1.0.23 | Feb 26, 2026 |
| 1.0.22 | Feb 25, 2026 |
| 1.0.21 | Feb 21, 2026 |
| 1.0.20 | Feb 21, 2026 |
| 1.0.17 | Jan 30, 2026 |
| 1.0.16 | Jan 30, 2026 |
| 1.0.10 | Jan 30, 2026 |
| 1.0.8 | Jan 29, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Mne Docs?
- Mne Docs is maintained by weiyongxu, which publishes 1 MCP server (33 total versions) tracked on MCP Toplist.
- Is Mne Docs listed on the Official MCP Registry?
- Yes — Mne Docs is listed on the Official MCP Registry.
- How many versions does Mne Docs have?
- MCP Toplist tracks 33 versions of Mne Docs, most recently published on May 16, 2026.
- Where can I find the source code for Mne Docs?
- The source code for Mne Docs is hosted at github.com/weiyongxu/mne-docs-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.