AgentHubAgentHub

Dazzle

MCP ServerMCP Registry官方收录

io.github.dazzle-labs/dazzle · v0.7.1

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

概览

Dazzle 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

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

环境变量

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.

相关资源

统一 Manifest

{
  "id": "io.github.dazzle-labs/dazzle",
  "type": "mcp-server",
  "version": "0.7.1",
  "displayName": "Dazzle",
  "description": "Cloud stages for AI agents and live streaming. Create, manage, and broadcast content.",
  "repository": {
    "url": "https://github.com/dazzle-labs/cli",
    "source": "github"
  },
  "homepage": "https://dazzle.fm",
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "@dazzle-labs/cli",
        "version": "0.7.1",
        "runtimeHint": "npx",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "DAZZLE_STAGE",
            "description": "Pin to a specific stage name or ID. If omitted, auto-selects when you have one stage."
          },
          {
            "name": "DAZZLE_API_KEY",
            "description": "API key for headless/CI use. Alternative to interactive login.",
            "isSecret": true
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.dazzle-labs/dazzle",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.dazzle-labs%2Fdazzle/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
Dazzle — MCP Server 安装与配置 · AgentHub