Skip to content
Cursor

BioMCP for Cursor

io.github.gucci10248/biomcp

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

client:Cursor transport:stdio runtime:oci

Install BioMCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

BioMCP in other clients