EVEE 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., "@EVEE MCP Serversearch for BRCA1 variants and compare their pathogenicity predictions"
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.
EVEE MCP Server
MCP server for the EVEE (Evo Variant Effect Explorer) API — interpretable variant effect prediction from Evo 2 genomic foundation model embeddings.
EVEE provides pre-computed pathogenicity predictions, disruption profiles, and AI-generated mechanistic interpretations for 4.2 million ClinVar variants. See Pearce et al. (2026) for the full paper.
Tools
Tool | Description |
| Autocomplete-style lookup (≤6 matches) for a gene symbol, rsID, or ClinVar variation ID; useful for finding candidate variant IDs, not an exhaustive gene-wide ranking |
| Clinical summary, EVEE-derived effect outputs, database comparison scores when present, and the AI-generated mechanistic interpretation (auto-triggers on-demand generation when not yet stored) |
| Poll EVEE's on-demand interpretation generation until it completes or times out |
| Side-by-side summary (up to 10 variants in one call) — clinical label, pathogenicity, top-1 disruption, HGVS, deep link |
| Top biological annotation disruptions ranked by magnitude, optionally scoped to a category — explains why a variant is predicted pathogenic or benign |
| Full annotation probe values (325 annotations across 13 categories), optionally filtered by category |
Annotation categories
amino_acid, atacseq, ccre, chipseq, chromhmm, elm, fstack, protein_feature, interpro, genomic_feature, ptm, region, secondary_structure
Related MCP server: Evo2 MCP Server
Skill
A Claude Code skill lives at .claude/skills/evee/SKILL.md. Agents that load it get ~120 lines of guidance on how to use the tools effectively — workflow steps, reliability caveats by variant class, and gotchas (0-based coords, indel VCF anchoring, case-sensitivity).
Usage
Requires Python 3.10+ and uv.
git clone git@github.com:goodfire-ai/evee-mcp.git
cd evee-mcp
uv syncClaude Code
The repo ships a .mcp.json; opening the directory triggers the permission prompt:
claudeClaude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"evee": {
"command": "uv",
"args": ["run", "--directory", "/absolute/path/to/evee-mcp", "python3", "server.py"]
}
}
}Example
Is the FBN1 variant rs1597537935 pathogenic, and why?
The agent searches, fetches the clinical summary with the AI-generated mechanistic interpretation, and pulls out the top disruption evidence.
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
- AlicenseBqualityDmaintenanceEnables AI-powered genomic variant analysis including variant impact prediction, regulatory element discovery, and batch variant scoring. Currently operates in mock mode as a proof-of-concept awaiting the public release of Google DeepMind's AlphaGenome API.Last updated20412MIT
- Alicense-qualityCmaintenanceEnables genomic sequence analysis through the Evo 2 model, supporting DNA sequence scoring, embedding, generation, and variant effect prediction with multiple model checkpoints (7B, 40B, 1B parameters).Last updated2LGPL 3.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-qualityDmaintenanceEnables real-time pharmacogenomics analysis, including variant clinical significance, drug-gene interactions, and dosing guidelines, by connecting to ClinVar, PharmGKB, gnomAD, and other databases.Last updated1MIT
Related MCP Connectors
Analyze biomarker panels with an MD-led clinical engine. Guideline-cited. Synthetic data only.
Broad Institute gnomAD genomic variant database (GraphQL)
MyVariant.info MCP.
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/goodfire-ai/evee-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server