Ancestry allele frequencies, LoF constraint, variant lists, and coverage from gnomAD, joined with ClinVar clinical significance - via MCP. STDIO or Streamable HTTP.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"gnomad-genetics-mcp-": {
"command": "npx",
"args": [
"-y",
"cyanheads/gnomad-genetics-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add gnomad-genetics-mcp- npx -y cyanheads/gnomad-genetics-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"gnomad-genetics-mcp-": {
"command": "npx",
"args": [
"-y",
"cyanheads/gnomad-genetics-mcp-server"
]
}
}
}
📋 Copy