Odel
Dazzle

Dazzle

Local
@dazzle-labs1GoUpdated 5mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@dazzle-labs/cliv0.7.1

Run

npx -y @dazzle-labs/cli

MCP client config

{
  "mcpServers": {
    "dazzle": {
      "command": "npx",
      "args": [
        "-y",
        "@dazzle-labs/cli"
      ]
    }
  }
}