Skip to content
Cursor

Dazzle for Cursor

io.github.dazzle-labs/dazzle

Cloud stages for AI agents and live streaming. Create, manage, and broadcast content.

client:Cursor transport:stdio runtime:npm

Install Dazzle in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "dazzle": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@dazzle-labs/cli"
      ],
      "env": {
        "DAZZLE_STAGE": "<DAZZLE_STAGE>",
        "DAZZLE_API_KEY": "<DAZZLE_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Dazzle in other clients