Ensembl MCP Server
E

Ensembl MCP Server

An unofficial Ensembl MCP server that provides standardized interfaces to access the Ensembl genomic database, supporting functions such as gene query, sequence retrieval, and variant analysis.
2 points
6.7K

Installation

Copy the following command to your Client for configuration
Note: Your key is sensitive information, do not share it with anyone.
lookup_gene
Get detailed gene information by stable ID or symbol.
Parameters
gene_id : string*
Description
Ensembl gene ID or gene symbol (e.g., ENSG00000139618, BRCA2).
Parameters
species : string*
Description
Species name (default: homo_sapiens).
Parameters
expand : boolean*
Description
Include transcript and exon details (default: false).
Parameters
format : string*
Description
Output format (default: json).
get_transcripts
Get all transcripts of a gene and their detailed structures.
Parameters
gene_id : string*
Description
Ensembl gene ID.
Parameters
species : string*
Description
Species name (default: homo_sapiens).
Parameters
canonical_only : boolean*
Description
Return only canonical transcripts (default: false).
search_genes
Search for genes by name, description, or identifier.
Parameters
query : string*
Description
Search term (gene name, description, or partial match).
Parameters
species : string*
Description
Species name (default: homo_sapiens).
Parameters
feature : string*
Description
Type of feature to search (default: gene).
Parameters
biotype : string*
Description
Filter by biotype (e.g., protein_coding, lncRNA).
Parameters
limit : number*
Description
Maximum number of results (1 - 200, default: 25).
get_sequence
Get the DNA sequence of genomic coordinates or gene/transcript ID.
Parameters
region : string*
Description
Genomic region (chr:start - end) or feature ID.
Parameters
species : string*
Description
Species name (default: homo_sapiens).
Parameters
format : string*
Description
Output format (default: fasta).
Parameters
mask : string*
Description
Repeat sequence masking type (optional).
Parameters
multiple_sequences : boolean*
Description
Return multiple sequences if applicable (default: false).
get_cds_sequence
Get the coding sequence (CDS) of a transcript.
Parameters
transcript_id : string*
Description
Ensembl transcript ID.
Parameters
species : string*
Description
Species name (default: homo_sapiens).
Parameters
format : string*
Description
Output format (default: fasta).
translate_sequence
Translate a DNA sequence into a protein sequence.
Parameters
sequence : string*
Description
DNA sequence to be translated.
Parameters
genetic_code : number*
Description
Genetic code table (default: 1 for standard).
get_homologs
Find orthologous and paralogous genes across species.
Parameters
gene_id : string*
Description
Ensembl gene ID.
Parameters
species : string*
Description
Source species name (default: homo_sapiens).
Parameters
target_species : string*
Description
Target species (optional).
Parameters
type : string*
Description
Homology type (default: all).
Parameters
format : string*
Description
Output format (default: json).
get_gene_tree
Get the phylogenetic tree of a gene family.
Parameters
gene_id : string*
Description
Ensembl gene ID.
Parameters
species : string*
Description
Species name (default: homo_sapiens).
Parameters
format : string*
Description
Tree format (default: json).
Parameters
clusterset_id : string*
Description
Specific clusterset ID (optional).
get_variants
Get genetic variants in a genomic region.
Parameters
region : string*
Description
Genomic region (chr:start - end).
Parameters
species : string*
Description
Species name (default: homo_sapiens).
Parameters
format : string*
Description
Output format (default: json).
Parameters
consequence_type : array*
Description
Filter by consequence type.
get_variant_consequences
Predict the impact of variants on genes and transcripts.
Parameters
variants : array*
Description
Variant ID or HGVS notation.
Parameters
species : string*
Description
Species name (default: homo_sapiens).
get_regulatory_features
Get regulatory elements (enhancers, promoters, TFBS) in a genomic region.
Parameters
region : string*
Description
Genomic region (chr:start - end).
Parameters
species : string*
Description
Species name (default: homo_sapiens).
Parameters
feature_type : string*
Description
Regulatory feature type (optional).
Parameters
cell_type : string*
Description
Cell type context (optional).
get_motif_features
Get transcription factor binding motifs in a genomic region.
Parameters
region : string*
Description
Genomic region (chr:start - end).
Parameters
species : string*
Description
Species name (default: homo_sapiens).
Parameters
binding_matrix : string*
Description
Specific binding matrix (optional).
get_xrefs
Get external database cross - references for a gene.
Parameters
gene_id : string*
Description
Ensembl gene ID.
Parameters
species : string*
Description
Species name (default: homo_sapiens).
Parameters
external_db : string*
Description
Specific external database (optional).
Parameters
all_levels : boolean*
Description
Include cross - references for transcripts and translations (default: false).
map_coordinates
Convert coordinates between genomic assemblies.
Parameters
region : string*
Description
Genomic region (chr:start - end).
Parameters
species : string*
Description
Species name (default: homo_sapiens).
Parameters
target_assembly : string*
Description
Target assembly name.
list_species
Get a list of available species and assemblies.
Parameters
division : string*
Description
Ensembl division (e.g., vertebrates, plants, fungi).
get_assembly_info
Get genomic assembly information and statistics.
Parameters
species : string*
Description
Species name (default: homo_sapiens).
Parameters
bands : boolean*
Description
Include chromosome banding patterns (default: false).
get_karyotype
Get chromosome information and karyotype.
Parameters
species : string*
Description
Species name (default: homo_sapiens).
batch_gene_lookup
Look up multiple genes simultaneously.
Parameters
gene_ids : array*
Description
List of gene IDs (maximum 200).
Parameters
species : string*
Description
Species name (default: homo_sapiens).
Parameters
format : string*
Description
Output format (default: json).
batch_sequence_fetch
Get sequences of multiple regions or features.
Parameters
regions : array*
Description
List of region or feature IDs (maximum 50).
Parameters
species : string*
Description
Species name (default: homo_sapiens).
Parameters
format : string*
Description
Output format (default: fasta).

Alternatives

K
Klavis
Klavis AI is an open-source project that provides a simple and easy-to-use MCP (Model Context Protocol) service on Slack, Discord, and Web platforms. It includes various functions such as report generation, YouTube tools, and document conversion, supporting non-technical users and developers to use AI workflows.
TypeScript
9.0K
5 points
D
Devtools Debugger MCP
The Node.js Debugger MCP server provides complete debugging capabilities based on the Chrome DevTools protocol, including breakpoint setting, stepping execution, variable inspection, and expression evaluation.
TypeScript
6.5K
4 points
S
Scrapling
Scrapling is an adaptive web scraping library that can automatically learn website changes and re - locate elements. It supports multiple scraping methods and AI integration, providing high - performance parsing and a developer - friendly experience.
Python
9.2K
5 points
M
Mcpjungle
MCPJungle is a self-hosted MCP gateway used to centrally manage and proxy multiple MCP servers, providing a unified tool access interface for AI agents.
Go
0
4.5 points
N
Nexus
Nexus is an AI tool aggregation gateway that supports connecting multiple MCP servers and LLM providers, providing tool search, execution, and model routing functions through a unified endpoint, and supporting security authentication and rate limiting.
Rust
0
4 points
A
Apple Health MCP
An MCP server for querying Apple Health data via SQL, implemented based on DuckDB for efficient analysis, supporting natural language queries and automatic report generation.
TypeScript
8.7K
4.5 points
Z
Zen MCP Server
Zen MCP is a multi-model AI collaborative development server that provides enhanced workflow tools and cross-model context management for AI coding assistants such as Claude and Gemini CLI. It supports seamless collaboration of multiple AI models to complete development tasks such as code review, debugging, and refactoring, and can maintain the continuation of conversation context between different workflows.
Python
16.4K
5 points
O
Opendia
OpenDia is an open - source browser extension tool that allows AI models to directly control the user's browser, perform automated operations using existing login status, bookmarks and other data, support multiple browsers and AI models, and focus on privacy protection.
JavaScript
13.6K
5 points
N
Notion Api MCP
Certified
A Python-based MCP Server that provides advanced to-do list management and content organization functions through the Notion API, enabling seamless integration between AI models and Notion.
Python
15.9K
4.5 points
G
Gitlab MCP Server
Certified
The GitLab MCP server is a project based on the Model Context Protocol that provides a comprehensive toolset for interacting with GitLab accounts, including code review, merge request management, CI/CD configuration, and other functions.
TypeScript
16.9K
4.3 points
M
Markdownify MCP
Markdownify is a multi-functional file conversion service that supports converting multiple formats such as PDFs, images, audio, and web page content into Markdown format.
TypeScript
23.9K
5 points
D
Duckduckgo MCP Server
Certified
The DuckDuckGo Search MCP Server provides web search and content scraping services for LLMs such as Claude.
Python
45.7K
4.3 points
U
Unity
Certified
UnityMCP is a Unity editor plugin that implements the Model Context Protocol (MCP), providing seamless integration between Unity and AI assistants, including real - time state monitoring, remote command execution, and log functions.
C#
19.4K
5 points
F
Figma Context MCP
Framelink Figma MCP Server is a server that provides access to Figma design data for AI programming tools (such as Cursor). By simplifying the Figma API response, it helps AI more accurately achieve one - click conversion from design to code.
TypeScript
45.3K
4.5 points
M
Minimax MCP Server
The MiniMax Model Context Protocol (MCP) is an official server that supports interaction with powerful text-to-speech, video/image generation APIs, and is suitable for various client tools such as Claude Desktop and Cursor.
Python
30.9K
4.8 points
C
Context7
Context7 MCP is a service that provides real-time, version-specific documentation and code examples for AI programming assistants. It is directly integrated into prompts through the Model Context Protocol to solve the problem of LLMs using outdated information.
TypeScript
64.7K
4.7 points
AIBase
Zhiqi Future, Your AI Solution Think Tank
© 2025AIBase