UseAgents is currently free during our public beta. No API key is required. Requests are subject to rate limits.
Claude Desktop
Edit the Claude Desktop configuration file to add the UseAgents MCP server.Locate the config file
You can also open it from the Claude Desktop app: Claude menu → Settings → Developer → Edit Config.
Add UseAgents
Add the following to your config file:"UseAgents" entry inside the existing "mcpServers" object.
Verify
- Restart Claude Desktop completely (quit and reopen).
- Start a new conversation and ask Claude to search for a tool — for example: “Use UseAgents to find a TypeScript SDK for Stripe.”
- Confirm you receive structured tool results.
Claude Code (CLI)
Use theclaude mcp add command to register the UseAgents server.
Add via CLI
Run this in your terminal (outside of an activeclaude session):
--scope user flag:
Verify
- Run
claude mcpto list connected servers and confirmUseAgentsappears. - Start a Claude Code session and ask it to search for a tool.
- You can also type
/mcpinside a session to check the status of connected servers.
Remove
To remove the server later:claude.ai (Web)
claude.ai supports MCP connections through its Integrations settings.- Go to claude.ai and sign in.
- Open Settings → Integrations.
- Click Add Integration or Add MCP.
- Paste the server URL:
- Select No Auth as the authentication method.
- Save and start a new conversation.
Troubleshooting
- Server not appearing in Claude Desktop: Ensure you fully quit and reopen the app — not just close the window.
- Invalid JSON: Validate your config file has no trailing commas or syntax errors.
- Claude Code
mcp addfails: Make sure you are running the command outside of an activeclaudesession.
Next steps
- MCP Tools Reference to understand the available tools
- Rate Limits for request limits during the beta