Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

BioMCP Server

ID: biomedical.mcp.biomcp Version: 1.0.0 Status: Production Category: Infrastructure / MCP


Overview

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.).

Tools Provided

  1. search_pubmed(query, max_results)
  2. get_drug_info(drug_name) (via RxNorm/FDA)
  3. search_clinical_trials(condition, location)
  4. get_gene_summary(gene_symbol) (via NCBI Gene)

Usage

Add to your claude_desktop_config.json:

"biomcp": {
  "command": "uvx",
  "args": ["biomcp"]
}

References