Data Aggregator
Rank #7,088io.github.musharna/data-aggregator-mcp
Find & fetch research datasets across 17 archives, omics registries, and literature sources.
Data Aggregator is a Model Context Protocol (MCP) server published by musharna. It ranks #7,088 of 115,460 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. Data Aggregator is listed across 3 registries — Official MCP, PulseMCP and Glama, with 6 tracked versions. It was first listed on May 30, 2026 and most recently updated on Jul 28, 2026.
Ranks ahead of 108,372 of 115,460 servers on MCP Toplist.
Use Data Aggregator
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add data-aggregator-mcp -e "NCBI_API_KEY=<your NCBI_API_KEY>" -e "LLM_API_BASE=<your LLM_API_BASE>" -e "LLM_API_KEY=<your LLM_API_KEY>" -e "LLM_MODEL=<your LLM_MODEL>" -e "EMBEDDING_API_BASE=<your EMBEDDING_API_BASE>" -e "EMBEDDING_API_KEY=<your EMBEDDING_API_KEY>" -e "EMBEDDING_MODEL=<your EMBEDDING_MODEL>" -e "DATA_GOV_API_KEY=<your DATA_GOV_API_KEY>" -e "UNPAYWALL_EMAIL=<your UNPAYWALL_EMAIL>" -e "NCBI_EMAIL=<your NCBI_EMAIL>" -e "DATAVERSE_BASE_URL=<your DATAVERSE_BASE_URL>" -e "CACHE_TTL_SECONDS=<your CACHE_TTL_SECONDS>" -- uvx data-aggregator-mcpReplace each placeholder with your own value before saving.
[mcp_servers.data-aggregator-mcp]
command = "uvx"
args = ["data-aggregator-mcp"]
[mcp_servers.data-aggregator-mcp.env]
NCBI_API_KEY = "<your NCBI_API_KEY>"
LLM_API_BASE = "<your LLM_API_BASE>"
LLM_API_KEY = "<your LLM_API_KEY>"
LLM_MODEL = "<your LLM_MODEL>"
EMBEDDING_API_BASE = "<your EMBEDDING_API_BASE>"
EMBEDDING_API_KEY = "<your EMBEDDING_API_KEY>"
EMBEDDING_MODEL = "<your EMBEDDING_MODEL>"
DATA_GOV_API_KEY = "<your DATA_GOV_API_KEY>"
UNPAYWALL_EMAIL = "<your UNPAYWALL_EMAIL>"
NCBI_EMAIL = "<your NCBI_EMAIL>"
DATAVERSE_BASE_URL = "<your DATAVERSE_BASE_URL>"
CACHE_TTL_SECONDS = "<your CACHE_TTL_SECONDS>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"data-aggregator-mcp": {
"command": "uvx",
"args": [
"data-aggregator-mcp"
],
"env": {
"NCBI_API_KEY": "<your NCBI_API_KEY>",
"LLM_API_BASE": "<your LLM_API_BASE>",
"LLM_API_KEY": "<your LLM_API_KEY>",
"LLM_MODEL": "<your LLM_MODEL>",
"EMBEDDING_API_BASE": "<your EMBEDDING_API_BASE>",
"EMBEDDING_API_KEY": "<your EMBEDDING_API_KEY>",
"EMBEDDING_MODEL": "<your EMBEDDING_MODEL>",
"DATA_GOV_API_KEY": "<your DATA_GOV_API_KEY>",
"UNPAYWALL_EMAIL": "<your UNPAYWALL_EMAIL>",
"NCBI_EMAIL": "<your NCBI_EMAIL>",
"DATAVERSE_BASE_URL": "<your DATAVERSE_BASE_URL>",
"CACHE_TTL_SECONDS": "<your CACHE_TTL_SECONDS>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"data-aggregator-mcp": {
"command": "uvx",
"args": [
"data-aggregator-mcp"
],
"env": {
"NCBI_API_KEY": "<your NCBI_API_KEY>",
"LLM_API_BASE": "<your LLM_API_BASE>",
"LLM_API_KEY": "<your LLM_API_KEY>",
"LLM_MODEL": "<your LLM_MODEL>",
"EMBEDDING_API_BASE": "<your EMBEDDING_API_BASE>",
"EMBEDDING_API_KEY": "<your EMBEDDING_API_KEY>",
"EMBEDDING_MODEL": "<your EMBEDDING_MODEL>",
"DATA_GOV_API_KEY": "<your DATA_GOV_API_KEY>",
"UNPAYWALL_EMAIL": "<your UNPAYWALL_EMAIL>",
"NCBI_EMAIL": "<your NCBI_EMAIL>",
"DATAVERSE_BASE_URL": "<your DATAVERSE_BASE_URL>",
"CACHE_TTL_SECONDS": "<your CACHE_TTL_SECONDS>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"data-aggregator-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"data-aggregator-mcp"
],
"env": {
"NCBI_API_KEY": "<your NCBI_API_KEY>",
"LLM_API_BASE": "<your LLM_API_BASE>",
"LLM_API_KEY": "<your LLM_API_KEY>",
"LLM_MODEL": "<your LLM_MODEL>",
"EMBEDDING_API_BASE": "<your EMBEDDING_API_BASE>",
"EMBEDDING_API_KEY": "<your EMBEDDING_API_KEY>",
"EMBEDDING_MODEL": "<your EMBEDDING_MODEL>",
"DATA_GOV_API_KEY": "<your DATA_GOV_API_KEY>",
"UNPAYWALL_EMAIL": "<your UNPAYWALL_EMAIL>",
"NCBI_EMAIL": "<your NCBI_EMAIL>",
"DATAVERSE_BASE_URL": "<your DATAVERSE_BASE_URL>",
"CACHE_TTL_SECONDS": "<your CACHE_TTL_SECONDS>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"data-aggregator-mcp": {
"command": "uvx",
"args": [
"data-aggregator-mcp"
],
"env": {
"NCBI_API_KEY": "<your NCBI_API_KEY>",
"LLM_API_BASE": "<your LLM_API_BASE>",
"LLM_API_KEY": "<your LLM_API_KEY>",
"LLM_MODEL": "<your LLM_MODEL>",
"EMBEDDING_API_BASE": "<your EMBEDDING_API_BASE>",
"EMBEDDING_API_KEY": "<your EMBEDDING_API_KEY>",
"EMBEDDING_MODEL": "<your EMBEDDING_MODEL>",
"DATA_GOV_API_KEY": "<your DATA_GOV_API_KEY>",
"UNPAYWALL_EMAIL": "<your UNPAYWALL_EMAIL>",
"NCBI_EMAIL": "<your NCBI_EMAIL>",
"DATAVERSE_BASE_URL": "<your DATAVERSE_BASE_URL>",
"CACHE_TTL_SECONDS": "<your CACHE_TTL_SECONDS>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"data-aggregator-mcp": {
"command": "uvx",
"args": [
"data-aggregator-mcp"
],
"env": {
"NCBI_API_KEY": "<your NCBI_API_KEY>",
"LLM_API_BASE": "<your LLM_API_BASE>",
"LLM_API_KEY": "<your LLM_API_KEY>",
"LLM_MODEL": "<your LLM_MODEL>",
"EMBEDDING_API_BASE": "<your EMBEDDING_API_BASE>",
"EMBEDDING_API_KEY": "<your EMBEDDING_API_KEY>",
"EMBEDDING_MODEL": "<your EMBEDDING_MODEL>",
"DATA_GOV_API_KEY": "<your DATA_GOV_API_KEY>",
"UNPAYWALL_EMAIL": "<your UNPAYWALL_EMAIL>",
"NCBI_EMAIL": "<your NCBI_EMAIL>",
"DATAVERSE_BASE_URL": "<your DATAVERSE_BASE_URL>",
"CACHE_TTL_SECONDS": "<your CACHE_TTL_SECONDS>"
}
}
}
}Replace each placeholder with your own value before saving.
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.musharna%2Fdata-aggregator-mcp)<a href="https://mcptoplist.com/server/io.github.musharna%2Fdata-aggregator-mcp"><img src="https://mcptoplist.com/badge/io.github.musharna%2Fdata-aggregator-mcp.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
musharna
Other servers by musharna
- jobd#4,337 · 10 vers
- plantcv-mcp#5,192 · 8 vers
- Plant Genomics#5,802 · 6 vers
- ldraw-mcp#6,255 · 5 vers
- phylokit-mcp#9,481 · 2 vers
- breedsim-mcp#9,694 · 2 vers
Available versions (6)
| Version | Published |
|---|---|
| 0.44.0 | Jul 28, 2026 |
| 0.43.0 | Jul 27, 2026 |
| 0.42.0 | Jul 26, 2026 |
| 0.32.0 | Jun 10, 2026 |
| 0.19.0 | Jun 1, 2026 |
| 0.11.0 | May 30, 2026 |
Frequently asked questions
- Who maintains Data Aggregator?
- Data Aggregator is maintained by musharna, which publishes 7 MCP servers (39 total versions) tracked on MCP Toplist.
- Is Data Aggregator listed on the Official MCP Registry?
- Yes — Data Aggregator is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Data Aggregator have?
- MCP Toplist tracks 6 versions of Data Aggregator, most recently published on Jul 28, 2026.
- Where can I find the source code for Data Aggregator?
- The source code for Data Aggregator is hosted at github.com/musharna/data-aggregator-mcp.