$ timeahead.in
/ servers/npm/@storybook/mcp
npm

@storybook/mcp

MCP server that serves knowledge about your components based on your Storybook stories and documentation

249 stars1.4M/wkupdated 0d agogithub ↗
56poor
▣ Overview

What it does

Storybook MCP is an MCP server that exposes your component library's stories and documentation to AI agents. Install it standalone or run it as an addon within your Storybook dev server to give Claude, VS Code, and other agents direct access to your component definitions, variants, and metadata. Rather than relying on static documentation, agents query your live component system in real time—enabling component-aware code generation, interactive component exploration, and design-system-informed AI workflows.

Who it's for

Frontend engineers managing component libraries and design systems with Storybook. Teams using Claude Code or other AI agents in their development environment who want those agents to understand and reference live components instead of external docs.

Common use cases

  • Query component stories, variants, and props from Claude Code during development
  • Retrieve component documentation and metadata without leaving your editor
  • Generate component code using live component context instead of outdated documentation
  • Preview and explore your full component library with an AI agent

Setup pitfalls

  • The scanner identified 5 hardcoded secrets in the codebase—audit before using in shared or production environments.
  • Requires Node.js 24+ and pnpm 10.19.0+ with strict enforcement. Installation will fail with npm, yarn, or older versions.
  • The addon requires a live Storybook dev server running (typically on port 6006).
  • Reads and writes your filesystem—review the permissions and paths it accesses in your environment.
5 credentials detected in repository history via Gitleaks
▣ Score BreakdownMCPScore = Σ(raw × weight)
DimensionRawWeighted
Security
35%
0
0.0
Freshness
25%
100
25.0
Adoption
20%
84
16.8
Quality
10%
90
9.0
Trust
10%
50
5.0
Total
55.8
⚿ Capabilities & Risk Explainer
fs readfs writenetworkexecsecrets
◆ Risk level: high
fs read + fs write + network + exec + secrets active — can execute code, access credentials, and make external network calls.
⚙ Install config
Claude Desktop · Cursor · Windsurf · VS Code (Copilot) · Claude Code
add to your MCP client config:
{
  "mcpServers": {
    "storybookmcp": {
      "command": "npx",
      "args": [
        "-y",
        "@storybook/mcp"
      ]
    }
  }
}
📈 Score historylast 30 snapshots
4/30/20266/6/2026 · 30 snapshots
⚙ Maintenance health
72/ 100 · is this project alive?
contributors (1y)16
top contributor share51%
releases (1y)53
last release52d ago
ci✓ passing
⛁ Raw data
weekly downloads1.4M
github stars249
forks34
open issues32
license✓ present
readme length7885 chars
last publish0d ago
last commit0d ago
last updated7h ago
install verified✓ pass · 13d ago
owner of this server? claim your listing to get a verified badgeclaim →
🔔 Score drop alerts
get notified by email when this server's score drops 5+ points