biothings-mcp
@longevity-genie
About biothings-mcp
MCP (Model Context Protocol) server for biothings
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"biothings-mcp": {
"command": "uvx",
"args": [
"biothings-mcp"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is biothings-mcp?
biothings-mcp is a Model Context Protocol (MCP) server that provides a standardized interface for accessing and manipulating biomedical data from the BioThings platform, including gene annotation (mygene.info), variant annotation (myvariant.info), and chemical compound annotation (mychem.info). It is designed for AI assistants and agents that require specialized biomedical knowledge.
How to use biothings-mcp?
Install and run the server using uvx (no cloning required) or by cloning the repository. For STDIO mode, use uvx biothings-mcp; for HTTP streamable mode, use uvx --from biothings-mcp server run; for SSE mode, use uvx --from biothings-mcp sse. Optionally specify a custom output directory with --output-dir. Configure your MCP‑compatible AI client using the provided JSON configuration files (e.g., mcp-config.json for local servers, mcp-config-remote.json for the public hosted server).
Key features of biothings-mcp
- Standard MCP interface for BioThings biomedical data
- Supports gene, variant, chemical, taxon, and download tools
- Local file saving with automatic directory creation and unique filenames
- Supports STDIO, HTTP streamable, and SSE transport modes
- Type safety via the biothings-typed-client library
- Ready-to-use configuration for AI clients like Cursor and Claude Desktop
Use cases of biothings-mcp
- AI assistants querying gene annotations from mygene.info
- Analyzing genetic variants via myvariant.info
- Chemical compound lookup from mychem.info
- Downloading NCBI Entrez data (sequences, GenBank) for analysis
- Integrating specialized biomedical knowledge into MCP-compatible AI clients
FAQ from biothings-mcp
What biomedical data sources does biothings-mcp provide access to?
It supports mygene.info (gene annotation), myvariant.info (variant annotation), and mychem.info (chemical compound annotation), all accessed via BioThings REST APIs.
How do I run biothings-mcp?
You can run it with uvx without cloning: uvx biothings-mcp for STDIO mode, uvx --from biothings-mcp server run for HTTP streamable mode, or uvx --from biothings-mcp sse for
Frequently asked questions
What biomedical data sources does biothings-mcp provide access to?
It supports mygene.info (gene annotation), myvariant.info (variant annotation), and mychem.info (chemical compound annotation), all accessed via BioThings REST APIs.
How do I run biothings-mcp?
You can run it with uvx without cloning: `uvx biothings-mcp` for STDIO mode, `uvx --from biothings-mcp server run` for HTTP streamable mode, or `uvx --from biothings-mcp sse` for
Basic information
More Other MCP servers

Peekaboo MCP – lightning-fast macOS screenshots for AI agents
steipetePeekaboo is a macOS CLI & optional MCP server that enables AI agents to capture screenshots of applications, or the entire system, with optional visual question answering through local or remote AI models.

DeepMark
DeepMark helps teachers deliver rapid, consistent marking with meaningful feedback for every student — in a fraction of the time. What once took a week, now takes one free period.
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Comments