Skip to content
Cursor

GWAS Bioinformatics MCP Server for Cursor

io.github.zaeyasa/gwas-mcp

Access 30+ bioinformatics tools from 14 databases.

client:Cursor transport:stdio runtime:pypi

Install GWAS Bioinformatics MCP Server in Cursor

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

{
  "mcpServers": {
    "gwas-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "gwas-mcp"
      ]
    }
  }
}

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

GWAS Bioinformatics MCP Server in other clients