MCP Explorium
Rank #10,689ai.explorium/mcp-explorium
MCP server providing explorium capabilities
MCP Explorium is a Model Context Protocol (MCP) server published by explorium-ai. It ranks #10,689 of 115,460 servers tracked on MCP Toplist, and its repository has 21 GitHub stars. MCP Explorium is listed across 3 registries — Official MCP, mcp.so and Glama, with 3 tracked versions. It was first listed on Mar 9, 2025 and most recently updated on Nov 3, 2025.
Ranks ahead of 104,771 of 115,460 servers on MCP Toplist.
Use MCP Explorium
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add --transport http mcp-explorium https://mcp-github-registry.explorium.ai/mcp[mcp_servers.mcp-explorium]
url = "https://mcp-github-registry.explorium.ai/mcp"Add to ~/.codex/config.toml.
https://mcp-github-registry.explorium.ai/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"mcp-explorium": {
"url": "https://mcp-github-registry.explorium.ai/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"mcp-explorium": {
"type": "http",
"url": "https://mcp-github-registry.explorium.ai/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"mcp-explorium": {
"serverUrl": "https://mcp-github-registry.explorium.ai/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mcp-explorium": {
"url": "https://mcp-github-registry.explorium.ai/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/ai.explorium%2Fmcp-explorium)<a href="https://mcptoplist.com/server/ai.explorium%2Fmcp-explorium"><img src="https://mcptoplist.com/badge/ai.explorium%2Fmcp-explorium.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)
explorium-ai
Other servers by explorium-ai
View all explorium-ai servers →Available versions (3)
| Version | Published |
|---|---|
| 1.0.1 | Nov 3, 2025 |
| 1.0.0 | Sep 16, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains MCP Explorium?
- MCP Explorium is maintained by explorium-ai, which publishes 3 MCP servers (11 total versions) tracked on MCP Toplist.
- Is MCP Explorium listed on the Official MCP Registry?
- Yes — MCP Explorium is listed on the Official MCP Registry, alongside mcp.so and Glama.
- How many versions does MCP Explorium have?
- MCP Toplist tracks 3 versions of MCP Explorium, most recently published on Nov 3, 2025.
- Where can I find the source code for MCP Explorium?
- The source code for MCP Explorium is hosted at github.com/explorium-ai/mcp-explorium.