> For the complete documentation index, see [llms.txt](https://docs.sumble.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sumble.com/api/mcp/mcp-cursor.md).

# Cursor

{% hint style="info" %}
*Works on all Cursor plans*
{% endhint %}

Connect Sumble MCP to Cursor as a custom MCP server.

1. Go to Cursor settings (`Shift + CMD + J` on mac)
2. Navigate to 'Tools & MCP'
3. Click on New MCP Server (Add a Custom MCP Server)
4. Paste the JSON below

```
{
  "mcpServers": {
    "sumblemcp": { "type": "http", "url": "https://mcp.sumble.com" }
  }
}
```

5. Go back to Settings > 'Tools & MCP' > Click 'Connect'
6. Complete the auth flow
7. Use Sumble MCP in your Cursor chat

Once connected, see [Try it](/api/mcp.md#try-it) for example prompts, [Available tools](/api/mcp.md#available-tools) for what each tool does, and [Credits](/api/mcp.md#credits) for how usage is billed.
