Skip to content

gnomad genetics mcp server for Cursor

io.github.cyanheads/gnomad-genetics-mcp-server

Look up allele frequencies by ancestry, gene constraint, variants, and coverage over gnomAD.

client:Cursor transport:streamable-http runtime:npm tools:7

Install gnomad genetics mcp server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "gnomad-genetics-mcp-server": {
      "url": "https://gnomad-genetics.caseyjhand.com/mcp"
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

What Cursor can do once it is connected

gnomad genetics mcp server in other clients