UniversalBench
Rank #40,974io.github.nikhilgogulwar/universalbench
AI infrastructure for your agent � code, search, GitHub, databases, LLM calls. Free tier.
UniversalBench is a Model Context Protocol (MCP) server published by nikhilgogulwar. It ranks #40,974 of 115,460 servers tracked on MCP Toplist. UniversalBench is listed on PulseMCP, with 3 tracked versions. It was first listed on May 13, 2026 and most recently updated on May 26, 2026.
Ranks ahead of 74,486 of 115,460 servers on MCP Toplist.
Use UniversalBench
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http universalbench https://mcp.universalbench.dev/claude mcp add --transport http universalbench https://universalbench-mcp.penantiaglobal.workers.dev/u/%7Bapi_key%7DThis endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.universalbench]
url = "https://mcp.universalbench.dev/"Add to ~/.codex/config.toml.
[mcp_servers.universalbench]
url = "https://universalbench-mcp.penantiaglobal.workers.dev/u/%7Bapi_key%7D"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
https://mcp.universalbench.dev/Settings → Connectors → “Add custom connector”, then paste this URL.
https://universalbench-mcp.penantiaglobal.workers.dev/u/%7Bapi_key%7DSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"universalbench": {
"url": "https://mcp.universalbench.dev/"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"universalbench": {
"url": "https://universalbench-mcp.penantiaglobal.workers.dev/u/%7Bapi_key%7D"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"universalbench": {
"type": "http",
"url": "https://mcp.universalbench.dev/"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"universalbench": {
"type": "http",
"url": "https://universalbench-mcp.penantiaglobal.workers.dev/u/%7Bapi_key%7D"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"universalbench": {
"serverUrl": "https://mcp.universalbench.dev/"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"universalbench": {
"serverUrl": "https://universalbench-mcp.penantiaglobal.workers.dev/u/%7Bapi_key%7D"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"universalbench": {
"url": "https://mcp.universalbench.dev/"
}
}
}{
"mcpServers": {
"universalbench": {
"url": "https://universalbench-mcp.penantiaglobal.workers.dev/u/%7Bapi_key%7D"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
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.nikhilgogulwar%2Funiversalbench)<a href="https://mcptoplist.com/server/io.github.nikhilgogulwar%2Funiversalbench"><img src="https://mcptoplist.com/badge/io.github.nikhilgogulwar%2Funiversalbench.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Previously listed on 1 registry
nikhilgogulwar
Other servers by nikhilgogulwar
- universalbench-mcp#17,182
- UniversalBench: run code, web, databases, and any LLM from your AI, safely#104,318
Available versions (3)
| Version | Published |
|---|---|
| 2.0.0 | May 26, 2026 |
| 1.0.3 | May 13, 2026 |
| 1.0.0 | May 13, 2026 |
Frequently asked questions
- Who maintains UniversalBench?
- UniversalBench is maintained by nikhilgogulwar, which publishes 3 MCP servers (3 total versions) tracked on MCP Toplist.
- Is UniversalBench listed on the Official MCP Registry?
- UniversalBench is not on the Official MCP Registry. It is listed on PulseMCP.
- How many versions does UniversalBench have?
- MCP Toplist tracks 3 versions of UniversalBench, most recently published on May 26, 2026.
- Where can I find the source code for UniversalBench?
- The source code for UniversalBench is hosted at github.com/nikhilgogulwar/universalbench-worker.