Discover and explore top open-source AI tools and projects—updated daily.
Biomedical AI toolkit for specialized knowledge access
Top 88.0% on SourcePulse
BioMCP is an open-source toolkit designed to equip AI assistants and agents with specialized biomedical knowledge, enabling precise answers on clinical trials, literature, and genomic variants. It acts as an MCP server, connecting AI systems to authoritative data sources like PubTator, ClinicalTrials.gov, and various BioThings APIs, bridging the gap left by general-purpose LLMs.
How It Works
BioMCP implements the Model Context Protocol (MCP) to provide structured access to diverse biomedical data. It offers a unified query language and domain-specific search capabilities across literature, clinical trials, and genomic variants. A core "Think Tool" facilitates systematic problem decomposition and multi-step research planning, enhancing AI reasoning. The system supports both direct tool access and a comprehensive CLI for database interaction.
Quick Start & Requirements
pip install biomcp-python
or uv pip install biomcp-python
.uv run --with biomcp-python biomcp run
(STDIO mode).biomcp run --mode streamable_http
(recommended).Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
3 days ago
Inactive