CLIO Scientific Catalog
Rank #44,879io.github.iowarp/scientific-catalog-mcp
Operator-owned scientific dataset discovery for remote agents
CLIO Scientific Catalog is a Model Context Protocol (MCP) server published by iowarp. It ranks #44,879 of 115,460 servers tracked on MCP Toplist, and its repository has 26 GitHub stars. CLIO Scientific Catalog is listed on Official MCP, with 1 tracked version. It was first listed on Jul 15, 2026 and most recently updated on Jul 15, 2026.
Ranks ahead of 70,581 of 115,460 servers on MCP Toplist.
Use CLIO Scientific Catalog
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add scientific-catalog-mcp -- uvx clio-kit mcp-server scientific-catalog[mcp_servers.scientific-catalog-mcp]
command = "uvx"
args = ["clio-kit", "mcp-server", "scientific-catalog"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"scientific-catalog-mcp": {
"command": "uvx",
"args": [
"clio-kit",
"mcp-server",
"scientific-catalog"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"scientific-catalog-mcp": {
"command": "uvx",
"args": [
"clio-kit",
"mcp-server",
"scientific-catalog"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"scientific-catalog-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"clio-kit",
"mcp-server",
"scientific-catalog"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"scientific-catalog-mcp": {
"command": "uvx",
"args": [
"clio-kit",
"mcp-server",
"scientific-catalog"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"scientific-catalog-mcp": {
"command": "uvx",
"args": [
"clio-kit",
"mcp-server",
"scientific-catalog"
]
}
}
}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.iowarp%2Fscientific-catalog-mcp)<a href="https://mcptoplist.com/server/io.github.iowarp%2Fscientific-catalog-mcp"><img src="https://mcptoplist.com/badge/io.github.iowarp%2Fscientific-catalog-mcp.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
iowarp
Available versions (1)
| Version | Published |
|---|---|
| 1.0.0 | Jul 15, 2026 |
Frequently asked questions
- Who maintains CLIO Scientific Catalog?
- CLIO Scientific Catalog is maintained by iowarp, which publishes 25 MCP servers (79 total versions) tracked on MCP Toplist.
- Is CLIO Scientific Catalog listed on the Official MCP Registry?
- Yes — CLIO Scientific Catalog is listed on the Official MCP Registry.
- How many versions does CLIO Scientific Catalog have?
- MCP Toplist tracks 1 version of CLIO Scientific Catalog, most recently published on Jul 15, 2026.
- Where can I find the source code for CLIO Scientific Catalog?
- The source code for CLIO Scientific Catalog is hosted at github.com/iowarp/clio-kit.