Setup
1
Get your personal MCP URL
Sign up at universalbench.dev. After email verification, copy your URL from the dashboard.
2
Open the config file
On macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonOn Windows: %APPDATA%\Claude\claude_desktop_config.jsonCreate the file if it does not exist.3
Add UniversalBench
4
Restart Claude Desktop
Quit fully (not just close the window) and reopen. UniversalBench appears in the conversation tool list.
What you can do now
Claude Desktop is great for ad hoc analysis. Try:Use UniversalBench to search the web for the largest pension fund returns in 2026, pull the numbers, and analyze the top 10.Claude Desktop calls
web_search for current data, runs Python to parse and analyze, and returns clean analysis.
Or:
Store my Stripe API key in UniversalBench’s secrets vault under the name STRIPE_KEY. From now on, whenever I ask you to do anything with payments, inject it by name.Claude uses
secrets_vault to store the value encrypted. On every subsequent payment task, it injects the secret by name without pasting the value into the conversation.