Developer Tools
Trust: 30/100 (Limited)io.github.brain-bbqs/neuro-mcp Guide
Neuroscience MCP server (Python) for the BBQS at McGovern Institute of Brain Research
by brain-bbqs
Quick Start
Install
npx @brain-bbqs/neuro-mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-brain-bbqs-neuro-mcp": {
"command": "npx",
"args": [
"@brain-bbqs/neuro-mcp"
]
}
}
}