Neural MCP
Rank #38,555io.github.andylbrummer/neural-mcp
MCP server providing neural-mcp capabilities
Neural MCP is a Model Context Protocol (MCP) server published by andylbrummer. It ranks #38,555 of 132,113 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. Neural MCP is listed on Official MCP, with 4 tracked versions. It was first listed on Dec 31, 2025 and most recently updated on Jan 5, 2026.
Ranks ahead of 93,558 of 132,113 servers on MCP Toplist.
Use Neural MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add neural-mcp -- uvx scicomp-neural-mcp[mcp_servers.neural-mcp]
command = "uvx"
args = ["scicomp-neural-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"neural-mcp": {
"command": "uvx",
"args": [
"scicomp-neural-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"neural-mcp": {
"command": "uvx",
"args": [
"scicomp-neural-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"neural-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"scicomp-neural-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"neural-mcp": {
"command": "uvx",
"args": [
"scicomp-neural-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"neural-mcp": {
"command": "uvx",
"args": [
"scicomp-neural-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.andylbrummer%2Fneural-mcp)<a href="https://mcptoplist.com/server/io.github.andylbrummer%2Fneural-mcp"><img src="https://mcptoplist.com/badge/io.github.andylbrummer%2Fneural-mcp.svg" alt="MCP Toplist: Top 50% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
andylbrummer
Available versions (4)
| Version | Published |
|---|---|
| 0.1.6 | Jan 5, 2026 |
| 0.1.5 | Jan 3, 2026 |
| 0.1.4 | Jan 3, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Neural MCP?
- Neural MCP is maintained by andylbrummer, which publishes 6 MCP servers (14 total versions) tracked on MCP Toplist.
- Is Neural MCP listed on the Official MCP Registry?
- Yes — Neural MCP is listed on the Official MCP Registry.
- How many versions does Neural MCP have?
- MCP Toplist tracks 4 versions of Neural MCP, most recently published on Jan 5, 2026.
- Where can I find the source code for Neural MCP?
- The source code for Neural MCP is hosted at github.com/andylbrummer/math-mcp.
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.