← Index

Dazzle

io.github.dazzle-labs/dazzle·v0.7.1·Other
Quality Score
95
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "dazzle": {
      "command": "npx",
      "args": [
        "-y",
        "@dazzle-labs/cli"
      ],
      "env": {
        "DAZZLE_STAGE": "<dazzle_stage>",
        "DAZZLE_API_KEY": "<your-dazzle_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "dazzle": {
      "command": "npx",
      "args": [
        "-y",
        "@dazzle-labs/cli"
      ],
      "env": {
        "DAZZLE_STAGE": "<dazzle_stage>",
        "DAZZLE_API_KEY": "<your-dazzle_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @dazzle-labs/cli
§02  Environment variables
DAZZLE_STAGE

Pin to a specific stage name or ID. If omitted, auto-selects when you have one stage.

DAZZLE_API_KEY
secret

API key for headless/CI use. Alternative to interactive login.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
25
installability
25
documentation
15
stability
5
§04  Alternatives in Other