Dataverse
Rank #8,718io.github.codeurali/dataverse
MCP server providing dataverse capabilities
Dataverse is a Model Context Protocol (MCP) server published by codeurali. It ranks #8,718 of 132,046 servers tracked on MCP Toplist, and its repository has 14 GitHub stars. Dataverse is listed across 4 registries — Official MCP, PulseMCP, mcp.so and Glama, with 16 tracked versions. It was first listed on Feb 21, 2026 and most recently updated on Mar 24, 2026.
Ranks ahead of 123,328 of 132,046 servers on MCP Toplist.
Use Dataverse
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add dataverse -e "MCP_CONFIG_PATH=<your MCP_CONFIG_PATH>" -e "DATAVERSE_ENV_URL=<your DATAVERSE_ENV_URL>" -- npx -y mcp-dataverseReplace each placeholder with your own value before saving.
[mcp_servers.dataverse]
command = "npx"
args = ["-y", "mcp-dataverse"]
[mcp_servers.dataverse.env]
MCP_CONFIG_PATH = "<your MCP_CONFIG_PATH>"
DATAVERSE_ENV_URL = "<your DATAVERSE_ENV_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"dataverse": {
"command": "npx",
"args": [
"-y",
"mcp-dataverse"
],
"env": {
"MCP_CONFIG_PATH": "<your MCP_CONFIG_PATH>",
"DATAVERSE_ENV_URL": "<your DATAVERSE_ENV_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"dataverse": {
"command": "npx",
"args": [
"-y",
"mcp-dataverse"
],
"env": {
"MCP_CONFIG_PATH": "<your MCP_CONFIG_PATH>",
"DATAVERSE_ENV_URL": "<your DATAVERSE_ENV_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"dataverse": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-dataverse"
],
"env": {
"MCP_CONFIG_PATH": "<your MCP_CONFIG_PATH>",
"DATAVERSE_ENV_URL": "<your DATAVERSE_ENV_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"dataverse": {
"command": "npx",
"args": [
"-y",
"mcp-dataverse"
],
"env": {
"MCP_CONFIG_PATH": "<your MCP_CONFIG_PATH>",
"DATAVERSE_ENV_URL": "<your DATAVERSE_ENV_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"dataverse": {
"command": "npx",
"args": [
"-y",
"mcp-dataverse"
],
"env": {
"MCP_CONFIG_PATH": "<your MCP_CONFIG_PATH>",
"DATAVERSE_ENV_URL": "<your DATAVERSE_ENV_URL>"
}
}
}
}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.codeurali%2Fdataverse)<a href="https://mcptoplist.com/server/io.github.codeurali%2Fdataverse"><img src="https://mcptoplist.com/badge/io.github.codeurali%2Fdataverse.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
codeurali
Available versions (16)
| Version | Published |
|---|---|
| 0.5.0 | Mar 24, 2026 |
| 0.4.7 | Mar 8, 2026 |
| 0.4.5 | Mar 6, 2026 |
| 0.3.9 | Mar 5, 2026 |
| 0.3.8 | Mar 5, 2026 |
| 0.3.6 | Feb 28, 2026 |
| 0.2.3 | Feb 22, 2026 |
| 0.2.1 | Feb 22, 2026 |
| 0.1.7 | Feb 22, 2026 |
| 0.1.6 | Feb 21, 2026 |
| 0.1.5 | Feb 21, 2026 |
| 0.1.4 | Feb 21, 2026 |
| 0.1.3 | Feb 21, 2026 |
| 0.1.2 | Feb 21, 2026 |
| 0.1.1 | Feb 21, 2026 |
| 0.1.0 | Feb 21, 2026 |
Frequently asked questions
- Who maintains Dataverse?
- Dataverse is maintained by codeurali, which publishes 1 MCP server (16 total versions) tracked on MCP Toplist.
- Is Dataverse listed on the Official MCP Registry?
- Yes — Dataverse is listed on the Official MCP Registry, alongside PulseMCP, mcp.so and Glama.
- How many versions does Dataverse have?
- MCP Toplist tracks 16 versions of Dataverse, most recently published on Mar 24, 2026.
- Where can I find the source code for Dataverse?
- The source code for Dataverse is hosted at github.com/codeurali/mcp-dataverse.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.