Skip to content
Grok

BioMCP for Grok

io.github.gucci10248/biomcp

50+ biomedical data sources in one MCP server — PubMed, ClinVar, gnomAD, KEGG, and more

client:Grok transport:stdio runtime:oci

Install BioMCP in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "biomcp": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/jackgucci/biomcp:0.8.22"
      ]
    }
  }
}

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

BioMCP in other clients