Skip to content
Grok

NeKo Biological Network Builder for Grok

io.github.marcorusc/neko

MCP server for biological network construction and analysis using pathway databases

client:Grok transport:stdio runtime:pypi

Install NeKo Biological Network Builder in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "neko": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-biomodelling-servers"
      ]
    }
  }
}

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

NeKo Biological Network Builder in other clients