Skip to content
Claude Desktop

universalbench for Claude Desktop

io.github.nikhilgogulwar/universalbench

Run code, query databases, call any LLM, and commit to GitHub from your AI, safely. Free tier.

client:Claude Desktop transport:streamable-http

Install universalbench in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "universalbench": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://universalbench-mcp.penantiaglobal.workers.dev/u/{api_key}"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

universalbench in other clients