Data Aggregator
Rank #7,998io.github.musharna/data-aggregator-mcp
Searches and fetches research datasets across Zenodo, DataCite (Dryad/Figshare/Dataverse/OSF), NCBI omics archives (GEO/SRA/BioProject), and the literature (PubMed/OpenAIRE) through one normalized model — deduplicating by DOI, expanding organism queries with NCBI Taxonomy synonyms, and bridging papers to the datasets they produced. Resolves citations and open-access full text, and downloads files.
Data Aggregator is a Model Context Protocol (MCP) server published by musharna. It ranks #7,998 of 76,851 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 2 tracked versions. It was first listed on May 30, 2026 and most recently updated on Jun 10, 2026.
Ranks ahead of 68,853 of 76,851 servers on MCP Toplist.
Use Data Aggregator
Add Data Aggregator to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
{
"mcpServers": {
"data-aggregator-mcp": {
"command": "uvx",
"args": [
"data-aggregator-mcp"
],
"env": {
"NCBI_API_KEY": "<your NCBI_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Listed on 1 registry (2 delisted)
musharna
Other servers by musharna
View all musharna servers →Available versions (2)
| Version | Published |
|---|---|
| 0.32.0 | Jun 10, 2026 |
| 0.19.0 | Jun 1, 2026 |
Frequently asked questions
- Who maintains Data Aggregator?
- Data Aggregator is maintained by musharna, which publishes 4 MCP servers (8 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 2 versions of Data Aggregator, most recently published on Jun 10, 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.