mcpbeat Sign in

Storybook MCP Addon MCP Server

by storybookjs Your server? Claim it
local only

Storybook MCP Addon runs on your own machine — the client starts it, so there is no endpoint to ping. 1 915 022 installs a week from npm. Last commit 7 Sep 2026.

Help agents automatically write and test stories for your UI components.

The author archived this repository on GitHub, meaning it is no longer maintained.

Installs per day peak 454 351 · avg 257 455 · +282% w/w
a month agotoday
1 915 022
Installs / week
npm · @storybook/addon-mcp
270
Stars
30 open issues
7 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

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

A tool parameter reaches a dangerous call

A value the model can set ends up inside a file or shell call. That is not a flaw by itself — for a terminal server it is the job — but it is where things go wrong when it is not.

A tool parameter reaches a dangerous call js.code → agent-eval/lib/mcp/node-repl-mock.mjs:213
            server.eval(code, server.context, '<node_repl>', (error, result) => {
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 [пакет] preset.js:1
этот файл ставится пользователю, но в репозитории его нет
Package points at a different repository storybookjs/mcp
пакет @storybook/addon-mcp ссылается на storybookjs/storybook
            server.eval(code, server.context, '<node_repl>', (error, result) => {
Builds a file path from a variable agent-eval/lib/templates.ts:145
    const templateDir = path.join(TEMPLATES_DIR, templateName);
In the project's build, not in the package

Found in continuous integration, deployment or infrastructure files, or in a neighbouring package of the same monorepo. None of this is installed when you add the server: it describes how the project is built and released. We list it because a leaked key in a build pipeline is still a real problem, but it is not something this server does on your machine.

Builds a database query by concatenation .github/workflows/agent-eval.yml:203
      - name: Update PR description with eval results
        if: ${{ always() && github.event_name == 'pull_request' && steps.check_results.outputs.has_result_files == 'true' }}

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

A tool parameter here reaches a dangerous call

That is not a flaw by itself — but it is where things go wrong when it is not the job. We re-read this code on every release. Watch it and you hear from us the day another one appears.

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 addon-mcp -- npx -y @storybook/addon-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "addon-mcp": {
      "args": [
        "-y",
        "@storybook/addon-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.addon-mcp]
command = "npx"
args = ["-y", "@storybook/addon-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "addon-mcp": {
      "args": [
        "-y",
        "@storybook/addon-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "addon-mcp": {
      "args": [
        "-y",
        "@storybook/addon-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Storybook MCP Addon

same job, measured the same way
Wcag Accessibility
by aditya-ariosity

A WCAG accessibility testing MCP for AI agents, Codex, Claude Code, and automated UI audits.

62 installs/wk local only
WpfPilot MCP
by skuzadev

Automate Windows WPF apps from AI agents with semantic UIA selectors and FlaUI test generation.

38 installs/wk local only
MCP Test Utils
by jeenyjai

Desktop UI automation for AI agents: screenshots, windows, mouse, keyboard, UI Automation, OCR

local only
MCP Test Runner
by lovranran

Local test execution and coverage summaries for onboarding agents.

63 installs/wk local only
Edgehound
by energixe

Writes adversarial test suites for AI-built code. Your agent's test engineer.

answering
Browserbase
by mcparmory

Create and control browser sessions for web automation, testing, and AI agent tasks

241 installs/wk local only
Httpstatus
by httpstatus

AI-callable tools for API mocking, testing, monitoring, security, and automation.

answering
Godot MCP Runtime
by erodenn

Zero-addon MCP server for Godot 4: agents edit, run, and play-test the game.

1 340 installs/wk local only

Storybook MCP Addon — questions

Answers built from our own checks of this server.

Why is there no uptime for Storybook MCP Addon?
Storybook MCP Addon 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 @storybook/addon-mcp was installed 1 915 022 times last week.
Is Storybook MCP Addon still maintained?
The author archived this repository on GitHub, meaning it is no longer maintained. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Storybook MCP Addon?
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 @storybook/addon-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Storybook MCP Addon?
The npm package @storybook/addon-mcp was installed 1 915 022 times in the last week. Week over week that is +282%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Storybook MCP Addon open source?
Yes — it is published under the MIT licence, written in TypeScript, 270 stars on GitHub and 30 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.