ID: biomedical.mcp.biomcp
Version: 1.0.0
Status: Production
Category: Infrastructure / MCP
BioMCP is a dedicated Model Context Protocol (MCP) server for biomedical data. It exposes standard biomedical APIs (PubMed, ClinicalTrials.gov, PubChem) to any MCP-compliant LLM client (Claude Desktop, Cursor, etc.).
search_pubmed(query, max_results)get_drug_info(drug_name)(via RxNorm/FDA)search_clinical_trials(condition, location)get_gene_summary(gene_symbol)(via NCBI Gene)
Add to your claude_desktop_config.json:
"biomcp": {
"command": "uvx",
"args": ["biomcp"]
}