Knowledge Systems
Trust: 30/100 (Limited)io.github.weiyongxu/mne-docs Guide
MCP server for MNE-Python documentation, source code, GitHub issues, and forum
by weiyongxu
Quick Start
Install
npx mne-docs-mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-weiyongxu-mne-docs": {
"command": "npx",
"args": [
"mne-docs-mcp"
]
}
}
}