For the complete documentation index, see llms.txt. This page is also available as Markdown.

Cursor

Works on all Cursor plans

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" }
  }
}
  1. Go back to Settings > 'Tools & MCP' > Click 'Connect'

  2. Complete the auth flow

  3. Use Sumble MCP in your Cursor chat

Once connected, see Try it for example prompts, Available tools for what each tool does, and Credits for how usage is billed.

Last updated