← Index

Storybook MCP Addon

io.github.storybookjs/addon-mcp·v0.6.0·Other
Quality Score
95
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "addon-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@storybook/addon-mcp"
      ]
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "addon-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@storybook/addon-mcp"
      ]
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @storybook/addon-mcp
§03  MCP Quality Score  ·  methodology
freshness
25
completeness
25
installability
25
documentation
15
stability
5
§04  Alternatives in Other