BioMCP

BioMCP

Read-only biomedical MCP server connecting PubMed, ClinicalTrials.gov, ClinVar, gnomAD, OncoKB, Reactome, KEGG, UniProt, PharmGKB, CPIC, OpenFDA, Monarch Initiative, GWAS Catalog, and more. One command grammar for all biomedical entities — genes, variants, diseases, drugs, trials, articles, phenotypes, pathways, proteins, diagnostics, and adverse events. 27 tools. Apache-2.0 license.

Category
Visit Server

README

BioMCP · Biomedical MCP Server

One command. 50+ biomedical databases. Genes, variants, drugs, trials, papers, pathways — all through a single MCP endpoint.

BioMCP is a production-grade MCP (Model Context Protocol) server that unifies PubMed, ClinicalTrials.gov, ClinVar, gnomAD, OncoKB, Reactome, KEGG, UniProt, PharmGKB, OpenFDA, GWAS Catalog, and 40+ other biomedical sources behind one consistent API.


Quickstart

# Option A: Pull from Docker Hub (recommended)
docker pull jackgucci/biomcp:latest
docker compose up -d

# Option B: Build from source
git clone https://github.com/gucci10248/JEFFREY.git && cd JEFFREY
cp .env.example .env
bash build.sh
docker compose up -d

# 4. Test
curl http://localhost:8080/health

Your MCP server is live at http://localhost:8080/mcp.


Connecting MCP Clients

Claude Desktop

{
  "mcpServers": {
    "biomcp": {
      "type": "streamableHttp",
      "url": "http://localhost:8080/mcp"
    }
  }
}

Hermes Agent

# ~/.hermes/config.yaml
mcp:
  servers:
    biomcp:
      type: streamableHttp
      url: http://localhost:8080/mcp
      enabled: true

Any SSE-compatible client

SSE endpoint: http://localhost:8080/mcp

What You Can Query

Entity Example
Gene get gene BRAF
Variant get variant "BRAF V600E"
Drug search drug --indication hypertension
Disease get disease melanoma
Article search article -k "AMI biomarkers" --type review
Trial search trial -c "type 2 diabetes"
Pathway search pathway "MAPK signaling"
Phenotype search phenotype "seizure, developmental delay"
GWAS search gwas -g APOE
Gene Set Enrichment enrich TP53,EGFR,BRAF

Full command reference: docker exec biomcp biomcp list


Data Sources

PubMed · Europe PMC · PubTator3 · LitSense2 · ClinicalTrials.gov · ClinVar · gnomAD · OncoKB · OpenFDA · CDC VAERS · MyGene · MyVariant · MyChem · Enrichr · KEGG · Reactome · UniProt · PharmGKB · CPIC · DDInter · Monarch · GWAS Catalog · DisGeNET · AlphaGenome · EMA · WHO Prequalification · NCBI GTR · cBioPortal


Pricing

Plan Price What You Get
Community Free Local deployment, no API keys needed
Pro $9.99/mo Pre-configured NCBI API key, priority support
Team $49.99/mo 5 seats, all Pro features, shared API key pool

Deploy locally — all features available in the open-source release.


Security

  • Read-only — no mutation of external data sources
  • Non-root container — runs as unprivileged biomcp user
  • Minimal attack surface — single static binary, no runtime dependencies
  • Read-only root filesystemdocker compose enforces read_only: true
  • No telemetry — zero outbound calls except to public biomedical APIs
  • SHA256-verifiedbuild.sh verifies binary checksum from GitHub Releases

Health & Monitoring

curl http://localhost:8080/health    # API connectivity status
curl http://localhost:8080/readyz    # 200 = ready to serve
curl http://localhost:8080/          # Welcome page

Requirements

  • Docker 24+ & Docker Compose v2
  • ~200MB disk (image + volumes)
  • Outbound internet access to public biomedical APIs

License

Apache 2.0

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured