50+ biomedical data sources in one MCP server — PubMed, ClinVar, gnomAD, KEGG, and more
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
docker run -i --rm docker.io/jackgucci/biomcp:0.8.22
MCP client config
{
"mcpServers": {
"biomcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/jackgucci/biomcp:0.8.22"
]
}
}
}