2 months ago
A high-performance MCP server that gives LLMs access to 24 biomedical tools federated across 50+ upstream APIs — genes, variants, drugs, diseases, literature, and clinical trials in a single integration.
Adapted from the BioMCP Rust with agent-first development approach and enhancements. Kudos to the original authors.
Server Config
{
"mcpServers": {
"biomcp": {
"command": "npx",
"args": [
"biomcp"
]
}
}
}