Unofficial BioThings.io MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Unofficial BioThings.io MCP ServerShow me annotation for gene BRCA1"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.

Unofficial BioThings.io MCP Server
A Model Context Protocol (MCP) server that provides access to the BioThings.io ecosystem of APIs, including MyGene.info and MyVariant.info. This server enables seamless integration of comprehensive gene and variant annotation data into your workflows.
Developed by Augmented Nature
Overview
BioThings.io provides high-performance APIs for biological data:
MyGene.info: Gene annotation service with 11M+ requests/month, covering 22M+ genes across 22K+ species
MyVariant.info: Variant annotation service with 5M+ requests/month, covering 400M+ human variants
Related MCP server: Ensembl MCP Server
Features
Core Gene Tools
get_gene_annotation: Retrieve detailed gene annotation by Entrez or Ensembl ID
query_genes: Search genes using flexible syntax (symbols, names, genomic intervals, etc.)
batch_gene_query: Process up to 1000 genes efficiently in a single request
Core Variant Tools
get_variant_annotation: Retrieve variant annotation by HGVS ID
query_variants: Search variants using genomic ranges, rsIDs, gene names, and filters
batch_variant_query: Process up to 1000 variants efficiently in a single request
Advanced Gene Tools
search_genes_by_pathway: Search genes by pathway (KEGG, Reactome, BioCarta, etc.)
search_genes_by_go_term: Search genes by Gene Ontology terms (biological process, molecular function, cellular component)
get_gene_orthologs: Find orthologous genes across species using HomoloGene
search_drug_target_genes: Search for genes that are drug targets using PharmGKB annotations
get_genomic_interval_genes: Get all genes within a specific genomic interval
Advanced Variant Tools
search_variants_by_gene: Find all variants in or near a specific gene
search_pathogenic_variants: Search for pathogenic or likely pathogenic variants with clinical annotations
search_variants_by_population_frequency: Search variants by population frequency thresholds
Utility Tools
get_gene_metadata: Retrieve MyGene.info API metadata and available fields
get_variant_metadata: Retrieve MyVariant.info API metadata and available fields
get_gene_fields: Get all available fields for gene annotation with descriptions
get_variant_fields: Get all available fields for variant annotation with descriptions
Installation
The server has been built and configured in your MCP settings
No API keys required - BioThings APIs are freely accessible
The server will automatically start when you use MCP tools
Usage
With Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"biothings": {
"command": "node",
"args": ["/path/to/biothings-server/build/index.js"]
}
}
}Example Queries
Get gene annotation for CDK2:
Get detailed information about gene CDK2 using get_gene_annotationSearch for insulin-related genes:
Search for genes related to insulin using query_genesFind genes in cell cycle pathway:
Find genes involved in cell cycle using search_genes_by_pathwaySearch genes by GO term:
Find genes involved in apoptosis using search_genes_by_go_termGet variant annotation:
Get annotation for variant chr7:g.55241707G>T using get_variant_annotationSearch variants by rsID:
Find variant information for rs58991260 using query_variantsBatch process multiple genes:
Get annotations for genes CDK2, TP53, and BRCA1 using batch_gene_queryFind pathogenic variants:
Search for pathogenic variants in BRCA1 and BRCA2 genes using search_pathogenic_variantsGet gene orthologs:
Find mouse and rat orthologs for human TP53 gene using get_gene_orthologsSearch drug target genes:
Find genes that are targets for aspirin using search_drug_target_genes
Query Syntax
Gene Queries
Simple:
CDK2,insulin receptorFielded:
symbol:TP53,entrezgene:1017,summary:diabetesGenomic:
chr1:1000000-2000000Boolean:
(CDK2 OR CDK4) AND humanWildcards:
CDK*,IL?R
Variant Queries
rsID:
rs58991260Genomic range:
chr1:69000-70000Gene-based:
dbnsfp.genename:BRCA1Functional:
cadd.phred:>20Clinical:
clinvar.clinical_significance:pathogenic
Available Fields
Gene Fields (Examples)
symbol,name,summary- Basic gene informationgo.BP,go.MF,go.CC- Gene Ontology termspathway.kegg,pathway.reactome- Pathway informationrefseq.rna,refseq.protein- RefSeq identifiersensembl.gene,ensembl.transcript- Ensembl identifiers
Variant Fields (Examples)
cadd.phred,cadd.raw- CADD scoresdbnsfp.genename,dbnsfp.aa.alt- dbNSFP annotationsclinvar.clinical_significance- ClinVar classificationsdbsnp.rsid,dbsnp.vartype- dbSNP informationexac.af,gnomad.af- Population frequencies
Species Support
Common Species Names
human,mouse,rat,fruitfly,nematode,zebrafish,thale-cress,frog,pig
Taxonomy IDs
Human:
9606Mouse:
10090Rat:
10116
Error Handling
The server provides comprehensive error handling:
Invalid parameters: Clear validation messages
API errors: Detailed HTTP status and error information
Not found: Graceful handling of missing genes/variants
Rate limiting: Automatic retry logic for temporary failures
Data Sources
MyGene.info (32+ sources)
NCBI Gene, Ensembl, UniProt, GO, KEGG, Reactome, PharmGKB, and more
MyVariant.info (19+ sources)
dbSNP, ClinVar, CADD, dbNSFP, ExAC, gnomAD, COSMIC, and more
Performance
High throughput: APIs handle millions of requests monthly
Batch processing: Up to 1000 items per request
Caching: Responses are cached for optimal performance
Pagination: Support for large result sets
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Augmented-Nature/BioThings-MCP-Server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server