What is the io.github.brain-bbqs/neuro MCP server?
Neuroscience MCP server (Python)
How to install io.github.brain-bbqs/neuro
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"neuro": {
"command": "npx",
"args": [
"-y",
"@brain-bbqs/neuro-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"neuro": {
"command": "npx",
"args": [
"-y",
"@brain-bbqs/neuro-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"neuro": {
"command": "npx",
"args": [
"-y",
"@brain-bbqs/neuro-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"neuro": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@brain-bbqs/neuro-mcp"
]
}
}
}Claude Code
claude mcp add neuro -- npx -y @brain-bbqs/neuro-mcpRelated MCP servers
Neuroscience MCP server (Python) for the BBQS at McGovern Institute of Brain Research
View repository →