genomoncology/biomcp
Biomedical research MCP server providing access to PubMed, ClinicalTrials.gov, and MyVariant.info.
Quick Start
Clone the repository:
git clone https://github.com/genomoncology/biomcpClaude Desktop configuration example:
{
"mcpServers": {
"genomoncology-biomcp": {
"command": "npx",
"args": [
"-y",
"genomoncology/biomcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.