UseAgents is currently free during our public beta. No API key is required. Requests are subject to rate limits.
Option 1: Settings UI
- Open Cursor and press
Cmd+Shift+P(macOS) orCtrl+Shift+P(Windows/Linux). - Search for Cursor Settings and open it.
- Navigate to Tools & MCP.
- Click Add New MCP Server.
- Set the name to
UseAgentsand the type to URL. - Paste the server URL:
- Save and confirm the server appears in the list with a green status indicator.
Option 2: Project-level config
Create or edit.cursor/mcp.json in your project root:
Option 3: Global config
Edit~/.cursor/mcp.json to make UseAgents available in all projects:
Verify the connection
- Restart Cursor after saving the config.
- Open Tools & MCP in settings and confirm
UseAgentsshows a green status. - In Agent mode, ask Cursor to search for a tool — for example: “Use UseAgents to find a TypeScript SDK for Stripe webhooks.”
- Confirm you receive structured tool results.
Troubleshooting
- Server not appearing: Restart Cursor after editing the config file.
- Red status indicator: Check that the URL is exactly
https://mcp.useagents.site/mcpwith no extra whitespace. - No tools returned: Make sure you are using Cursor’s Agent mode, not the standard chat.
Next steps
- MCP Tools Reference to understand the available tools
- Rate Limits for request limits during the beta