Storybook MCP Addon

Welcome to the Storybook MCP Addon monorepo! This project enables AI agents to work more efficiently with Storybook by providing an MCP (Model Context Protocol) server that exposes UI component information and development workflows. It runs locally over stdio via the published package.

People connecting developer tools tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-21 · ★ 268 · #1 OF 139 MAINTAINED DEVELOPER TOOLS · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Storybook MCP Addon

Claude Code

claude mcp add storybookjs-mcp -- npx -y @storybook/addon-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "storybookjs-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@storybook/addon-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package @storybook/addon-mcp - the @storybook scope differs from the repo owner (storybookjs); confirm it's the project's official package

registry namespace io.github.storybookjs is GitHub-verified and matches the repo owner

03 · What Storybook MCP Addon can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

@storybook/[email protected] · 2026-07-10

Thanks @kasperpeulen! - Added the display-review tool. The agent pushes a curated review of current changes and returns the review-page URL. Pairs with the @storybook/addon-review Storybook addon. · Thanks…

@storybook/[email protected] · 2026-07-08

Thanks @kasperpeulen! - Expose serverless Storybook AI metadata from addon-mcp presets. The new preset returns MCP-shaped instructions and tool descriptors, plus a local get-storybook-story-instructions runner that…

@storybook/[email protected] · 2026-04-14

Thanks @kasperpeulen! - Add support for subcomponent docs

04 · Who maintains Storybook MCP Addon

Storybook MCP Addon is maintained by storybookjs. It's the only MCP server we track from this author; the repo dates to Aug 2025.

05 · Facts

category
developer tools - ranked #1 of 139 actively-maintained developer tools servers as of 2026-08-25.
release cadence
2 releases in the last 90 days (latest 2026-07-10)
registry
io.github.storybookjs/addon-mcp (active, first published 2026-03-19 · 3 versions)
packages
npm:@storybook/addon-mcp

06 · Storybook MCP Addon FAQ

What is Storybook MCP Addon?

Welcome to the Storybook MCP Addon monorepo! This project enables AI agents to work more efficiently with Storybook by providing an MCP (Model Context Protocol) server that exposes UI component information and development workflows. It runs locally over stdio via the published package.

Is Storybook MCP Addon still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-21 and it shipped 2 releases in the last 90 days. We re-verify nightly.

How do I install Storybook MCP Addon?

Run `npx -y @storybook/addon-mcp`. You can also paste the ready-made client config above.

Does Storybook MCP Addon run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Storybook MCP Addon

head to head · Xcode Build MCP vs Storybook MCP Addon · Sentry MCP vs Storybook MCP Addon · Skylos vs Storybook MCP Addon

More developer tools MCP servers · Sverklo · Tata1mg MCP Server · Dense Evolution · Overllm

More TypeScript MCP servers · Strale - 290+ API capabilities for AI agents · Media Gen MCP · Stream Estate · Freehire · Stripe Agent Toolkit · see all