← All agents

Connect Cursor to Shorty

Add Shorty to `.cursor/mcp.json` in your project or globally.

  1. 1. Project-level config.cursor/mcp.json

    {
        "mcpServers": {
            "shorty": {
                "url": "https://aishorty.com/api/mcp"
            }
        }
    }

Verify it worked

Call the MCP tool `get_usage_quota` (or `curl -s https://aishorty.com/v1/usage -H "Authorization: Bearer $SHORTY_API_KEY"` for the REST API)

Success: A JSON body naming a plan (Free, Premium, or Pro) and usage limits — not a 401 or a tool-not-found error.