Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"gwas-bioinformatics": {
"args": [
"-m",
"gwas_mcp.server"
],
"command": "python"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A powerful Model Context Protocol (MCP) server for GWAS and bioinformatics research. Seamlessly integrates with Claude Desktop and other MCP clients to provide AI-powered access to major biological databases.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
uvx 'gwas-mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked gwas-mcp against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in health / data
Query and manage PostgreSQL databases directly from AI assistants
🔥 Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients.
Manage Supabase projects — databases, auth, storage, and edge functions
Real-time financial market data: stocks, forex, crypto, commodities, and economic indicators
MCP Security Weekly
Get CVE alerts and security updates for Access 30+ bioinformatics tools from 14 databases. and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A powerful Model Context Protocol (MCP) server for GWAS and bioinformatics research. Seamlessly integrates with Claude Desktop and other MCP clients to provide AI-powered access to major biological databases.
pip install gwas-mcp
Add to your claude_desktop_config.json:
{
"mcpServers": {
"gwas-bioinformatics": {
"command": "python",
"args": ["-m", "gwas_mcp.server"]
}
}
}
Config file location:
%APPDATA%\Claude\claude_desktop_config.json~/Library/Application Support/Claude/claude_desktop_config.json~/.config/Claude/claude_desktop_config.jsonAfter adding the configuration, restart Claude Desktop to load the MCP server.
| Tool | Description |
|---|---|
search_uniprot | Search UniProt by protein name, gene, or ID |
get_protein_details | Get detailed protein info (function, domains, GO terms) |
search_ncbi_gene | Search NCBI Gene database |
search_ensembl_gene | Get gene location and details from Ensembl |
get_variant_info | Get SNP/variant info by rsID |
get_interpro_domains | Get protein domain information |
| Tool | Description |
|---|---|
search_clinvar | Search ClinVar for clinical variants |
get_clinvar_variant | Get clinical interpretation for a variant |
annotate_snps | Annotate SNPs with functional consequences |
query_gwas_catalog | Query GWAS Catalog for associations |
get_eqtl_data | Get eQTL data from GTEx |
| Tool | Description |
|---|---|
get_protein_interactions | Find interacting proteins (STRING) |
get_interaction_network | Get network between multiple proteins |
get_functional_enrichment | Pathway/GO enrichment analysis |
| Tool | Description |
|---|---|
get_alphafold_structure | Get AI-predicted structure |
search_alphafold | Search AlphaFold database |
search_pdb_structures | Search PDB for 3D structures |
get_pdb_structure | Get PDB structure details |
search_kegg_pathway | Search KEGG pathways |
get_kegg_pathway | Get pathway genes and details |
get_gene_pathways | Find pathways for a gen |