mcpbeat Sign in

Dazzle MCP Server

by dazzle-labs Your server? Claim it
local only

Dazzle runs on your own machine — the client starts it, so there is no endpoint to ping. 38 installs a week from npm. Last commit 4 Apr 2026.

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

Installs per day peak 21 · avg 7 · +17% w/w
a month agotoday
38
Installs / week
npm · @dazzle-labs/cli
1
Stars
0 open issues
4 Apr 2026
Last commit
0 releases in 90 days
License
Go

What the code does

We read the source, 22 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] bin/run.js:1
этот файл ставится пользователю, но в репозитории его нет
Builds a file path from a variable cmd/dazzle/config.go:34
    return filepath.Join(home, dazzleConfigDirName), nil

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add dazzle -- npx -y @dazzle-labs/cli
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "dazzle": {
      "args": [
        "-y",
        "@dazzle-labs/cli"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.dazzle]
command = "npx"
args = ["-y", "@dazzle-labs/cli"]
.cursor/mcp.json
{
  "mcpServers": {
    "dazzle": {
      "args": [
        "-y",
        "@dazzle-labs/cli"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "dazzle": {
      "args": [
        "-y",
        "@dazzle-labs/cli"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: DAZZLE_STAGE (Pin to a specific stage name or ID. If omitted, auto-selects when you have one stage.), DAZZLE_API_KEY (API key for headless/CI use. Alternative to interactive login.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Dazzle

same job, measured the same way
E2b
by mcparmory

Create and manage secure sandboxes for running AI agent code

238 installs/wk local only
GetItDone
by nowgetitdone

AI-native task management: list, create, update and archive tasks with rich context for AI agents

answering
Inblog
by inblog

Create, manage, publish, and analyze Inblog content through AI agents.

answering
X
Spocal Sports MCP
by spocal

Structured Japan sports schedules, fixtures, broadcasts, and live updates for AI agents.

3 tools answering
Mifactory Payments
by mifactory-bot

Stripe payments for AI agents. Create links, verify, manage customers.

4 tools answering
UseWait
by usewait

Create and manage waitlists from your AI agent: page, custom domain, emails, signups, broadcasts.

answering
Redbark
by redbark

Live AU/NZ bank (CDR) and brokerage data for AI agents, plus management of Redbark syncs and rules

answering
Agent-Native Forms
by builderio

Agent-Native form builder - create, edit, and manage forms

answering

Dazzle — questions

Answers built from our own checks of this server.

Why is there no uptime for Dazzle?
Dazzle runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @dazzle-labs/cli was installed 38 times last week.
How do I connect Dazzle?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @dazzle-labs/cli straight from npm; nothing to host, nothing to sign up for.
How many people use Dazzle?
The npm package @dazzle-labs/cli was installed 38 times in the last week. Week over week that is +17%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Dazzle open source?
We cannot say either way: written in Go and 1 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.