Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. Ensembl MCP Server
Ensembl MCP Server logo
Health: ActiveRecent health check succeeded.Last checked 9/7/2026, 7:18:01 PM

Ensembl MCP Server

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository2 GitHub StarsTotal stargazers on GitHub for the source repository (2 stars).Visit Website

Look up genes, fetch sequences, predict variant consequences, find orthologs and xrefs via Ensembl.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "ensembl-mcp-server": {
      "command": "bunx",
      "args": [
        "@cyanheads/ensembl-mcp-server@latest"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

@cyanheads/ensembl-mcp-server

Look up genes, fetch sequences, predict variant consequences, find orthologs, and retrieve cross-database xrefs from Ensembl REST via MCP. STDIO or Streamable HTTP.

7 Tools β€’ 4 Resources β€’ 1 Prompt

Version License Docker MCP SDK npm TypeScript Bun

Install in Claude Desktop Install in Cursor Install in VS Code

Framework

Public Hosted Server: https://ensembl.caseyjhand.com/mcp


Tools

Seven tools covering the core Ensembl REST API surface β€” species discovery, gene/transcript lookup, sequence retrieval, genomic region overlap, variant consequence prediction, cross-species homology, and external database cross-references:

ToolDescription
ensembl_list_speciesList species supported by Ensembl with display name, common name, assembly, taxon ID, and division
ensembl_lookup_geneResolve a gene by symbol + species or by stable ID to its Ensembl ID, genomic location, biotype, and transcript list
ensembl_get_sequenceFetch the DNA, cDNA, CDS, or protein sequence for a gene, transcript, protein, or genomic region
ensembl_query_regionFind genomic features (genes, transcripts, variants, regulatory elements, exons) overlapping a chromosomal region
ensembl_predict_variantPredict functional consequences of a sequence variant using the Ensembl Variant Effect Predictor (VEP)
ensembl_get_homologyFind orthologs and/or paralogs of a gene across species with percent identity and taxonomy level
ensembl_get_xrefsRetrieve cross-database references for a gene β€” HGNC, UniProt, EntrezGene, OMIM, RefSeq, Reactome, and others

ensembl_list_species

Discovery tool for the Ensembl species catalog.

  • Filter by division: vertebrates, plants, fungi, metazoa, or protists
  • Optional name filter (nameContains) for local substring matching
  • Returns display name, common name, assembly, taxon ID, and Ensembl division for each species
  • Required first step β€” species names like homo_sapiens are opaque to non-biologists and are the input format every other tool expects

ensembl_lookup_gene

Single entry point for resolving gene identity.

  • Symbol + species lookup (BRCA2 + homo_sapiens) or direct stable ID lookup (ENSG00000139618)
  • Batch lookup of up to 20 IDs or symbols in one call via POST endpoints
  • Optional transcript expansion β€” returns full transcript list with biotype and canonical flag
  • Returns Ensembl stable ID, genomic location (chr:start-end:strand), biotype, description, and transcript list
  • Errors: not_found (symbol or ID not in Ensembl), invalid_species (call ensembl_list_species to discover valid names)

ensembl_get_sequence

Fetch any sequence type for any Ensembl feature.

  • Molecule types: genomic (default, includes introns), cdna (spliced), cds (coding only), protein
  • Accepts stable IDs or species:chr:start-end region format for genomic region mode
  • Optional flanking sequence (expand_5prime, expand_3prime) in base pairs
  • Returns sequence with stable ID, molecule type, and character count β€” large sequences (e.g. BRCA2 at 85,183 bp genomic) returned in full with explicit length so callers can budget context usage

ensembl_query_region

Find all genomic features overlapping a chromosomal window.

  • Region format: chr:start-end (e.g. 13:32315086-32400268) β€” no chr prefix for vertebrates
  • Feature types: gene (default), transcript, variation, regulatory, exon
  • Optional biotype filter
  • Defaults to gene only to prevent context overload β€” a large locus can contain 44,000+ variants when all feature types are selected

ensembl_predict_variant

Predict variant consequences via the Ensembl VEP.

  • Accepts HGVS notation (transcript-relative: ENST00000380152.8:c.2T>A) or genomic region+allele format (13:32316462:32316462:1/A)
  • Returns most severe consequence term, affected transcripts and genes, impact level (HIGH/MODERATE/LOW/MODIFIER)
  • Includes colocated known variants with clinical significance (ClinVar, dbSNP)
  • Errors: invalid_notation (check format), not_found (location outside any known transcript)

ensembl_get_homology

Cross-species homolog lookup.

  • Returns orthologs (default) or paralogs, or both
  • Optional target_species filter to narrow to specific organisms
  • Each homolog carries stable ID, species, relationship type (ortholog_one2one, ortholog_one2many, etc.), perc_id, perc_pos, and taxonomy level

ensembl_get_xrefs

Full cross-database reference set for any Ensembl feature.

  • Returns all external IDs by default: HGNC, UniProt, EntrezGene, OMIM, RefSeq, Reactome, and more (56 xrefs for BRCA2)
  • Optional dbname filter (e.g. HGNC, Uniprot_gn, EntrezGene, MIM_GENE) to narrow output
  • Uses the xrefs/id endpoint (not xrefs/symbol) β€” returns the full cross-reference set
  • IDs returned here chain directly to protein, literature, disease, and pathway resources in other MCP servers

Resources and prompts

TypeNameDescription
Resourceensembl://gene/{id}Gene record by stable ID (ENSG…) β€” location, biotype, description, and transcript list
Resourceensembl://transcript/{id}Transcript record by stable ID (ENST…) β€” parent gene, location, biotype, canonical flag, and length
Resourceensembl://speciesSupported Ensembl species for the endpoint default division (vertebrates on the default endpoint) with name, display name, assembly, taxon ID, and division
Resourceensembl://species/{division}Supported species in one division (EnsemblVertebrates, EnsemblPlants, EnsemblFungi, EnsemblMetazoa, EnsemblProtists)
Promptensembl_gene_dossierStructured workflow for assembling a complete gene profile: symbol β†’ ID + location β†’ sequence β†’ variants β†’ orthologs β†’ xrefs

All resource data is also reachable via tools. ensembl://species returns the endpoint default division (vertebrates) and ensembl://species/{division} returns a named division; ensembl_list_species is the tool equivalent, filtering by division and name.

Features

Built on @cyanheads/mcp-ts-core:

  • Declarative tool, resource, and prompt definitions β€” single file per primitive, framework handles registration and validation
  • Unified error handling β€” handlers throw, framework catches, classifies, and formats
  • Pluggable auth: none, jwt, oauth
  • Swappable storage backends: in-memory, filesystem, Supabase, Cloudflare KV/R2/D1
  • Structured logging with optional OpenTelemetry tracing
  • STDIO and Streamable HTTP transports

Ensembl-specific:

  • Keyless REST API β€” no API key required; Ensembl REST is fully public at 55,000 req/hr
  • Rate-limit-aware service layer: tracks x-ratelimit-remaining, retries 429 with Retry-After, and retries transient 5xx
  • Batch POST endpoints used throughout β€” POST /lookup/id (up to 50 IDs) and POST /lookup/symbol/{species} reduce N+1 round trips in multi-gene workflows
  • GRCh37 legacy support via ENSEMBL_BASE_URL β€” point the entire server at https://grch37.rest.ensembl.org for clinical workflows on the older assembly
  • All coordinate-bearing responses echo the assembly name so agents never see a bare genomic position without assembly context

Agent-friendly output:

  • Sequence character count stated on every ensembl_get_sequence response so callers can budget context before consuming large genomic sequences
  • ensembl_list_species is explicitly the discovery step β€” tool descriptions call out the opaque internal-name format and direct agents to it before using species-dependent tools
  • Cross-tool chaining made explicit: xref IDs from ensembl_get_xrefs are described as inputs for protein and literature servers; the ensembl_gene_dossier prompt sequences the full 7-tool research workflow

Getting started

Public Hosted Instance

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Developer Tools View all alternatives
  • T
    Tldraw

    Draw and visually collaborate with your agents on tldraw's canvas.

    πŸ’» Developer Tools0 views
    Compare vs Tldraw β†’
  • PraisonAI logoPraisonAI

    AI Agents Framework with Self Reflection and MCP support

    πŸ’» Developer Tools1 views
    Compare vs PraisonAI β†’
  • T
    Telnyx

    Official TypeScript library for the Telnyx API

    πŸ’» Developer Tools0 views
    Compare vs Telnyx β†’
  • FTX MCP β€” FactoryTalk Optix MCP Server logoFTX MCP β€” FactoryTalk Optix MCP Server

    MCP server for FactoryTalk Optix: author, preview, and verify Studio changes via the emulator.

    πŸ’» Developer Tools1 views
    Compare vs FTX MCP β€” FactoryTalk Optix MCP Server β†’

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Ensembl MCP Server

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "ensembl-mcp-server": { "command": "npx", "args": ["-y", "ensembl-mcp-server"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewEnsembl MCP Server AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/ensembl-mcp-server?style=directory)](https://allmcps.com/mcp/ensembl-mcp-server)
HTML Embed
<a href="https://allmcps.com/mcp/ensembl-mcp-server"><img src="https://allmcps.com/api/badge/ensembl-mcp-server?style=directory" alt="Ensembl MCP Server on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Last updatedSep 7, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars2
GitHub Star CountTotal stargazers on GitHub representing community popularity (2 stars).
37Quality signal: Fair Β· 37/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools16/30
Adoption & activity2/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 1d ago via OSV.dev Β· @cyanheads/ensembl-mcp-server@latest (npm)

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Ensembl MCP Server β†’Install in Claude DesktopInstall in CursorInstall in VS Code