Gwas MCP
Rank #38,656io.github.zaeyasa/gwas-mcp
MCP server providing gwas-mcp capabilities
Gwas MCP is a Model Context Protocol (MCP) server published by zaeyasa. It ranks #38,656 of 115,591 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Gwas MCP is listed across 3 registries — Official MCP, Glama and PulseMCP, with 3 tracked versions. It was first listed on Feb 9, 2026 and most recently updated on Feb 9, 2026.
Ranks ahead of 76,935 of 115,591 servers on MCP Toplist.
Use Gwas MCP
claude mcp add gwas-mcp -- uvx gwas-mcp[mcp_servers.gwas-mcp]
command = "uvx"
args = ["gwas-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"gwas-mcp": {
"command": "uvx",
"args": [
"gwas-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"gwas-mcp": {
"command": "uvx",
"args": [
"gwas-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"gwas-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"gwas-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"gwas-mcp": {
"command": "uvx",
"args": [
"gwas-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"gwas-mcp": {
"command": "uvx",
"args": [
"gwas-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.zaeyasa%2Fgwas-mcp)<a href="https://mcptoplist.com/server/io.github.zaeyasa%2Fgwas-mcp"><img src="https://mcptoplist.com/badge/io.github.zaeyasa%2Fgwas-mcp.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
zaeyasa
Other servers by zaeyasa
View all zaeyasa servers →Available versions (3)
| Version | Published |
|---|---|
| 1.0.2 | Feb 9, 2026 |
| 1.0.1 | Feb 9, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Gwas MCP?
- Gwas MCP is maintained by zaeyasa, which publishes 3 MCP servers (3 total versions) tracked on MCP Toplist.
- Is Gwas MCP listed on the Official MCP Registry?
- Yes — Gwas MCP is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does Gwas MCP have?
- MCP Toplist tracks 3 versions of Gwas MCP, most recently published on Feb 9, 2026.
- Where can I find the source code for Gwas MCP?
- The source code for Gwas MCP is hosted at github.com/zaeyasa/gwas-mcp.