GWAS Bioinformatics MCP Server

GWAS Bioinformatics MCP Server

Local
@zaeyasa1PythonMITUpdated 7mo ago

Access 30+ bioinformatics tools from 14 databases.

Runs locally over stdio

This server isn't hosted โ€” your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIgwas-mcpv1.0.2

Run

uvx gwas-mcp

MCP client config

{
  "mcpServers": {
    "gwas-bioinformatics-mcp-server": {
      "command": "uvx",
      "args": [
        "gwas-mcp"
      ]
    }
  }
}