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., "@Ensembl MCP Serverfind the human gene BRCA1 and show me its sequence"
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.
Ensembl MCP Server
Model Context Protocol (MCP) server providing access to the Ensembl genomics REST API.
Features
30+ tools for genomic data access:
Gene lookup by symbol or ID
Sequence retrieval
Genetic variants
Cross-species homology
Phenotype data
Regulatory features
Ontology and taxonomy data
Full endpoint documentation available in ENDPOINTS.md.
Installation
From GitHub
npm install git+https://github.com/munch-group/ensembl-mcp.git
cd node_modules/ensembl-mcp
npm run buildFrom source
git clone https://github.com/munch-group/ensembl-mcp.git
cd ensembl-mcp
npm install
npm run buildUsage with Claude Desktop
# Using built version
claude mcp add ensembl node /path/to/ensembl-mcp/build/index.js
# Or from npm global install
claude mcp add ensembl npx -y ensembl-mcpConfiguration
Add to your Claude Desktop config:
{
"mcpServers": {
"ensembl": {
"command": "node",
"args": ["/path/to/ensembl-mcp/build/index.js"]
}
}
}Building
npm run buildDependencies
@mcp/rest-utils - Shared REST utilities
@modelcontextprotocol/sdk - MCP SDK
zod - Schema validation
License
ISC