gnomAD MCP Server
Provides access to the gnomAD (Genome Aggregation Database) GraphQL API for querying genetic variant data, gene constraints, population genetics information, and genomic coverage statistics.
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., "@gnomAD MCP Serverget gene constraint scores for 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.
gnomAD MCP Server
A Model Context Protocol (MCP) server that provides access to the gnomAD (Genome Aggregation Database) GraphQL API. This server enables AI assistants to query genetic variant data, gene constraints, and population genetics information from gnomAD.
Features
๐งฌ Gene Information: Search and retrieve detailed gene data including constraint scores
๐ฌ Variant Analysis: Query specific variants and their population frequencies
๐ Population Genetics: Access allele frequencies across different populations
๐งฎ Constraint Scores: Get pLI, LOEUF, and other constraint metrics
๐ Region Queries: Find variants within specific genomic regions
๐งช Transcript Data: Access transcript-specific information and constraints
๐ Coverage Data: Retrieve sequencing coverage statistics
๐ Structural Variants: Query structural variant data
๐งฒ Mitochondrial Variants: Access mitochondrial genome variants
Related MCP server: Open Targets Platform MCP
Installation
Prerequisites
Node.js 18 or higher
npm or yarn
Install from source
git clone https://github.com/yourusername/gnomad-mcp-server.git
cd gnomad-mcp-server
npm install
npm run buildConfiguration
Claude Desktop
Add to your Claude Desktop configuration file:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"gnomad": {
"command": "node",
"args": ["/path/to/gnomad-mcp-server/dist/index.js"]
}
}
}With MCP CLI
npx @modelcontextprotocol/cli gnomad-mcp-serverAvailable Tools
1. search
Search for genes, variants, or regions in gnomAD.
Parameters:
query(required): Search query (gene symbol, gene ID, variant ID, rsID)reference_genome: Reference genome (GRCh37 or GRCh38, default: GRCh38)dataset: Dataset ID (gnomad_r4, gnomad_r3, gnomad_r2_1, etc., default: gnomad_r4)
Example:
{
"query": "TP53",
"reference_genome": "GRCh38"
}2. get_gene
Get detailed information about a gene including constraint scores.
Parameters:
gene_id: Ensembl gene ID (e.g., ENSG00000141510)gene_symbol: Gene symbol (e.g., TP53)reference_genome: Reference genome (default: GRCh38)
Example:
{
"gene_symbol": "BRCA1",
"reference_genome": "GRCh38"
}3. get_variant
Get detailed information about a specific variant.
Parameters:
variant_id(required): Variant ID in format: chr-pos-ref-alt (e
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseBqualityDmaintenanceEnables AI assistants to query and analyze genomics data from the GTEx Portal through 25 specialized tools for gene expression analysis, eQTL/sQTL associations, and genetic variant lookups across 54 human tissue types.Last updated253
- Alicense-qualityCmaintenanceEnables AI assistants to interact with the Open Targets Platform API to search and retrieve comprehensive data about target-disease associations, drugs, genes, and drug discovery information through GraphQL queries.Last updated37Apache 2.0
- AlicenseBqualityDmaintenanceProvides a programmatic interface to the Genome Aggregation Database (gnomAD) API across versions v2.1.1, v3.1.2, and v4.1.0. It enables users to query gene metadata, variant information, population frequencies, and ClinVar data through a unified schema.Last updated125Apache 2.0
- Alicense-qualityCmaintenanceEnables AI assistants to query gene annotations, expression, pathways, variants, and more via the MyGene.info API, supporting batch operations and multiple biological data sources.Last updatedMIT
Related MCP Connectors
Broad Institute gnomAD genomic variant database (GraphQL)
Search and fetch Wikidata entities, execute SPARQL queries, and resolve external identifiers.
Search your knowledge bases from any AI assistant using hybrid RAG.
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/shukwong/gnomad-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server