Cloud stages for AI agents and live streaming. Create, manage, and broadcast content.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Dazzle.
cliRun a dazzle CLI command. Use ["--help"] to discover available commands. Output is JSON.
edit_fileEdit a file in the stage workspace by exact string replacement. The old_string must match exactly once in the file. Use read_file first to see the current content.
guideGet the complete Dazzle reference β getting started, CLI commands, content capabilities, and streaming setup. Read this before creating or modifying stage content.
list_filesList all files in the stage workspace (~/.dazzle/stages/{stage}/). Returns relative paths, one per line.
read_fileRead a file from the stage workspace (~/.dazzle/stages/{stage}/{path}).
screenshotCapture a screenshot of the stage's current browser output. Returns a PNG image.
The official CLI and MCP server for Dazzle β cloud stages for AI agents and live streaming.
One binary, two interfaces:
dazzle mcp) β stdio integration for sandboxed clients (Claude Desktop, VS Code, any MCP host)
Pre-built binaries for macOS (arm64/amd64), Linux (amd64/arm64), and Windows (amd64/arm64) are on the releases page.
Add to your MCP client config:
The MCP server starts without credentials β agents can call guide to learn the platform and cli ["login"] to authenticate.
| Tool | Description |
|---|---|
cli | Run a dazzle CLI command. Use ["--help"] to discover available commands. Output is JSON. |
edit_file | Edit a file in the stage workspace by exact string replacement. The old_string must match exactly once in the file. Use read_file first to see the current content. |
guide | Get the complete Dazzle reference β getting started, CLI commands, content capabilities, and streaming setup. Read this before creating or modifying stage content. |
list_files | List all files in the stage workspace (~/.dazzle/stages/{stage}/). Returns relative paths, one per line. |
read_file | Read a file from the stage workspace (~/.dazzle/stages/{stage}/{path}). |
screenshot | Capture a screenshot of the stage's current browser output. Returns a PNG image. |
sync | Sync the stage workspace (~/.dazzle/stages/{stage}/) to the live stage. Run this after writing files to push content. Equivalent to 'dazzle stage sync {workspace-dir}'. |
write_file | Write a file to the stage workspace (~/.dazzle/stages/{stage}/{path}). Creates parent directories as needed. Use this to build up content that can then be synced to the stage. |
The workspace tools (write_file, read_file, edit_file, list_files, sync) store files in ~/.dazzle/stages/{stage-id}/ on the host filesystem. This bridges sandboxed environments (e.g. Claude Desktop) where the agent's bash runs in an isolated container and can't share files with the CLI process.
Workflow: write_file β edit_file (iterate) β sync β screenshot (verify)
Limitations: No shell/exec β can't run build tools (npm, tailwind, etc.) in the workspace. Content must be pre-built HTML/CSS/JS. Agents with full filesystem and shell access (e.g. Claude Code) should use dazzle stage sync directly for the full experience.
| URI | Description |
|---|---|
https://dazzle.fm/llms-full.txt | Complete Dazzle reference β getting started, CLI help, and content authoring guide. |
https://dazzle.fm/llms.txt | Dazzle quick-start guide β platform overview, setup, CLI basics, and doc links. |
| CLI | MCP | |
|---|---|---|
| Best for | Coding agents, terminals, CI/CD | Claude Desktop, VS Code, sandboxed clients |
| Filesystem | Full access β write anywhere, run build tools | Workspace only (~/.dazzle/stages/{id}/) |
| Shell | Yes β npm, tailwind, any toolchain | No β pre-built content only |
| Content sync | dazzle stage sync ./dir | write_file + sync |
| Screenshot | dazzle stage screenshot -o file.png | screenshot tool (returns JPEG) |
| Auth | dazzle login or DAZZLE_API_KEY | cli ["login"] via MCP |
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/dazzle)<a href="https://allmcps.com/mcp/dazzle"><img src="https://allmcps.com/api/badge/dazzle?style=directory" alt="Dazzle on AllMCPs" /></a>