Skip to content
Grok

neuro for Grok

io.github.brain-bbqs/neuro

Neuroscience MCP server (Python)

client:Grok transport:stdio runtime:npm

Install neuro in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "neuro": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@brain-bbqs/neuro-mcp"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

neuro in other clients