Access 30+ bioinformatics tools from 14 databases.
Valid MCP server (2 strong, 1 medium validity signals). 4 known CVEs in dependencies (0 critical, 3 high severity) Package registry verified. Imported from the Official MCP Registry.
5 files analyzed ยท 5 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-zaeyasa-gwas-mcp": {
"args": [
"gwas-mcp"
],
"command": "uvx"
}
}
}From the project's GitHub README.
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 gene |
| Tool | Description |
|---|---|
get_drug_targets | Find drugs targeting a gene (Open Targets) |
get_disease_associations | Get disease associations with scores |
search_open_targets | Search genes, diseases, or drugs |
search_pharmgkb | Search PharmGKB database |
get_drug_gene_interactions | Get drug-gene interactions |
| Tool | Description |
|---|---|
search_omim | Search OMIM for genetic diseases |
get_gene_diseases | Get all diseases for a gene |
Once configured, ask Claude naturally:
"Get information about the BRCA1 gene"
"Search UniProt for hemoglobin"
"What protein has UniProt ID P53_HUMAN?"
"Is the BRCA1 variant rs80357906 pathogenic?"
"Search ClinVar for TP53 variants"
"What proteins interact with TP53?"
"Find functional enrichment for BRCA1, ATM, and CHEK2"
"Get the AlphaFold structure for TP53"
"What pathways is BRCA1 involved in?"
"Search PDB for insulin structures"
"What drugs target EGFR?"
"What diseases is BRAF associated with?"
"Search OMIM for cystic fibrosis"
"What diseases are linked to the CFTR gene?"
# Clone the repository
git clone https://github.com/zaeyasa/gwas-mcp.git
cd gwas-mcp
# Install dependencies
pip install -e .
# Run the server
python -m gwas_mcp.server
gwas-mcp/
โโโ src/
โ โโโ gwas_mcp/
โ โโโ server.py # Main MCP server
โ โโโ tools/
โ โ โโโ protein_tools.py # UniProt, NCBI, Ensembl
โ โ โโโ clinical_tools.py # ClinVar, STRING
โ โ โโโ structure_tools.py # PDB, KEGG, PharmGKB
โ โ โโโ advanced_tools.py # AlphaFold, Open Targets, OMIM
โ โโโ resources/
โ โโโ db_resources.py # Database resources
โโโ pyproject.toml
โโโ README.md
โโโ LICENSE
| Database | Type | Description |
|---|---|---|
| UniProt | Protein | Protein sequences and annotations |
| Ensembl | Gene/Variant | Genome browser and variant data |
| NCBI Gene | Gene | Gene information database |
| ClinVar | Clinical | Clinical variant interpretations |
| GWAS Catalog | GWAS | Genome-wide association studies |
| GTEx | Expression | Expression QTL data |
| STRING | Interactions | Protein-protein interactions |
| InterPro | Domains | Protein families and domains |
| AlphaFold | Structure | AI-predicted structures |
| PDB | Structure | Experimental 3D structures |
| KEGG | Pathways | Metabolic and signaling pathways |
| Open Targets | Drug Discovery | Drug targets and disease associations |
| PharmGKB | Pharmacogenomics | Drug-gene interactions |
| OMIM | Diseases | Genetic disease database |
Contributions are welcome! Please feel free to submit a Pull Request.
git checkout -b feature/amazing-feature)git commit -m 'Add amazing feature')git push origin feature/amazing-feature)This project is licensed under the MIT License - see the LICENSE file for details.
Be the first to review this server!
by Modelcontextprotocol ยท Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno ยท Developer Tools
Toleno Network MCP Server โ Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace ยท Developer Tools
Create, build, and publish Python MCP servers to PyPI โ conversationally.
by Microsoft ยท Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
by mcp-marketplace ยท Developer Tools
Scaffold, build, and publish TypeScript MCP servers to npm โ conversationally
by mcp-marketplace ยท Finance
Free stock data and market news for any MCP-compatible AI assistant.