Skip to content
Grok

mne docs for Grok

io.github.weiyongxu/mne-docs

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

client:Grok transport:stdio runtime:npm

Install mne docs in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mne-docs": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mne-docs-mcp"
      ],
      "env": {
        "MNE_GITHUB_TOKEN": "<MNE_GITHUB_TOKEN>",
        "MNE_TRANSPORT": "<MNE_TRANSPORT>",
        "MNE_PYTHON_PATH": "<MNE_PYTHON_PATH>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

mne docs in other clients