BioMCP

Unified MCP access to ClinicalTrials.gov, PubMed, MyVariant.info, OpenFDA, NCI CTS, and related biomedical sources.

   
Type MCP server
Supplier GenomOncology
Availability GA
Pricing Free / OSS (MIT); optional API keys (NCBI, OpenFDA, NCI CTS, OncoKB, AlphaGenome) raise rate limits or unlock private sources
Capabilities Read-only
Verified degraded · 2026-07-20 — launch command corrected from biomcp run to biomcp serve
Security cleared · 2026-07-20 — provenance matches GenomOncology, MIT, no OSV advisories
  • Claude Code — install the CLI, then register the server:
    uv tool install biomcp-cli
    claude mcp add --transport stdio biomcp -- biomcp serve
    

    (If you prefer not to install the CLI globally, swap the second command for claude mcp add --transport stdio biomcp -- uv run --with biomcp-python biomcp serve.)

  • Claude Desktop — add to claude_desktop_config.json:
    {
      "mcpServers": {
        "biomcp": { "command": "biomcp", "args": ["serve"] }
      }
    }
    

    Or, to avoid a global install, use { "command": "uv", "args": ["run", "--with", "biomcp-python", "biomcp", "serve"] }.

What it does

About 21 tools including trial_searcher, trial_getter, PubMed search, MyVariant.info variant lookup, OpenFDA adverse-event queries.

Primary use cases: Clinical trial discovery, variant lookup, drug adverse-event review, biomedical Q&A for agents.

Notes

stdio transport. Supports both ClinicalTrials.gov default and NCI CTS source. Ships an agent skill via biomcp skill install.

Sources


Installed this tool?

Share feedback — install path, OS, errors, workarounds. The form opens with this tool pre-selected and a link back to this page.