Skip to content
@BioContext

BioContext

Enabling AI to speak the language of biology. This project gathers Bio MCP servers and agents in a modular way.

Discord invite

BioContext

Enabling AI to speak the language of biology.
BioContext is an open-source collection of Model Context Protocol (MCP) servers that wrap major bio-databases and make them instantly query-able by LLMs and agent frameworks.


Repositories (active)

Status Repo Data Source Quick blurb Last update*
BioMart-MCP BioMart Query federated genomic datasets via BioMart. 2025-05-03
PubMed-MCP PubMed Search & retrieve biomedical citations. 2025-05-01
OpenTargets-MCP Open Targets Platform Drug-target evidence & associations. 2025-04-21
AACT-MCP AACT / ClinicalTrials.gov Access aggregated clinical-trials data. 2025-04-21
AlphaFold-MCP AlphaFold DB Retrieve predicted protein structures. 2025-04-18
UniProt-MCP UniProt Protein sequences & annotations. 2025-04-17
ChemBL-MCP ChEMBL Bioactivity / drug-like molecules. 2025-04-17
PubChem-MCP PubChem Compounds, substances & assays. 2025-04-17

*“Last update” = last push on GitHub at time of this README refresh (7 May 2025).

Looking for install instructions?
Every repo ships its own README with pip/uv/Docker commands and examples.


Why MCP?

MCP is an open specification that lets external tools expose structured resources, tools, and prompts to AI assistants over simple transports (STDIO, HTTP, SSE). Wrapping bio-databases behind MCP servers means:

  • Zero-boilerplate integration with clients such as Claude Desktop, Cursor IDE, or AutoGen agents.
  • Schema discovery – each tool is self-describing via JSON Schema.
  • Language-agnostic – works with Python, Node, Go, Rust, … anything that can read/write JSON.

Quick start (one-liner demo)

# Example: spin up PubChem-MCP in a fresh venv
uv venv && source .venv/bin/activate
pip install pubchem-mcp
pubchem-mcp --stdio   # now point your MCP-aware client at STDIO

Popular repositories Loading

  1. PubMed-MCP PubMed-MCP Public

    A lightweight MCP server that enables AI assistants to search, retrieve, and analyze biomedical literature from PubMed.

    2

  2. BioContext-main BioContext-main Public

    Shell 1

  3. ChemBL-MCP ChemBL-MCP Public

    Python

  4. PubChem-MCP PubChem-MCP Public

    Python

  5. UniProt-MCP UniProt-MCP Public

    Python 1

  6. AlphaFold-MCP AlphaFold-MCP Public

    Python

Repositories

Showing 10 of 10 repositories

Top languages

Loading…

Most used topics

Loading…