Neuro MCP
Rank #2,405io.github.brain-bbqs/neuro-mcp
MCP server providing neuro-mcp capabilities
Neuro MCP is a Model Context Protocol (MCP) server published by brain-bbqs. It ranks #2,405 of 132,046 servers tracked on MCP Toplist, and its repository has 193 GitHub stars. Neuro MCP is listed on Official MCP, with 3 tracked versions. It was first listed on Nov 21, 2025 and most recently updated on Nov 24, 2025.
Ranks ahead of 129,641 of 132,046 servers on MCP Toplist.
Use Neuro MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add neuro-mcp -- npx -y @brain-bbqs/neuro-mcp[mcp_servers.neuro-mcp]
command = "npx"
args = ["-y", "@brain-bbqs/neuro-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"neuro-mcp": {
"command": "npx",
"args": [
"-y",
"@brain-bbqs/neuro-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"neuro-mcp": {
"command": "npx",
"args": [
"-y",
"@brain-bbqs/neuro-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"neuro-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@brain-bbqs/neuro-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"neuro-mcp": {
"command": "npx",
"args": [
"-y",
"@brain-bbqs/neuro-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"neuro-mcp": {
"command": "npx",
"args": [
"-y",
"@brain-bbqs/neuro-mcp"
]
}
}
}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.brain-bbqs%2Fneuro-mcp)<a href="https://mcptoplist.com/server/io.github.brain-bbqs%2Fneuro-mcp"><img src="https://mcptoplist.com/badge/io.github.brain-bbqs%2Fneuro-mcp.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
brain-bbqs
Available versions (3)
| Version | Published |
|---|---|
| 1.1.1 | Nov 24, 2025 |
| 1.0.0 | Nov 21, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Neuro MCP?
- Neuro MCP is maintained by brain-bbqs, which publishes 1 MCP server (3 total versions) tracked on MCP Toplist.
- Is Neuro MCP listed on the Official MCP Registry?
- Yes — Neuro MCP is listed on the Official MCP Registry.
- How many versions does Neuro MCP have?
- MCP Toplist tracks 3 versions of Neuro MCP, most recently published on Nov 24, 2025.
- Where can I find the source code for Neuro MCP?
- The source code for Neuro MCP is hosted at github.com/brain-bbqs/NeuroMCP.
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.