Claude Desktop has supported MCP since late 2024. UniversalBench connects in one config edit, with no header to configure.Documentation Index
Fetch the complete documentation index at: https://docs.universalbench.dev/llms.txt
Use this file to discover all available pages before exploring further.
Setup
Get your personal MCP URL
Sign up at universalbench.dev. Your dashboard shows your URL.
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.Add UniversalBench
What you can do now
Claude Desktop is great for ad hoc analysis. Try:Calculate the largest pension fund returns in 2026 so far. Search the web, pull the numbers into a table, and analyze the top 10.Claude Desktop uses UniversalBench to call
web_search for current data, parse the results with Python, and return clean analysis.
Or:
Encrypt my Stripe API key and store it. From now on, use it whenever I ask you to do anything with payments.Claude uses
secrets_vault to store the key once, then injects it on every subsequent payment related call without you pasting it again.
Tips
Troubleshooting
| Problem | Fix |
|---|---|
| Tools do not appear | Check Developer → MCP Logs in Claude Desktop for connection errors |
| Config file path wrong | The path is OS specific, see Step 2 above |
| 401 or 403 errors | Re-copy the URL from your UB dashboard. Even one wrong character breaks auth |