★ 0 stars
TypeScript
🔌 API Integration
Updated today
EBI GWAS Catalog MCP server — genome-wide association studies, variant-trait associations, SNPs, and EFO traits via REST API v2
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"gwas-catalog-mcp-ser": {
"command": "npx",
"args": [
"-y",
"QuentinCody/gwas-catalog-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add gwas-catalog-mcp-ser npx -y QuentinCody/gwas-catalog-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"gwas-catalog-mcp-ser": {
"command": "npx",
"args": [
"-y",
"QuentinCody/gwas-catalog-mcp-server"
]
}
}
}