Skip to content
Cursor

Storybook MCP Addon for Cursor

io.github.storybookjs/addon-mcp

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

client:Cursor transport:stdio runtime:npm

Install Storybook MCP Addon in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Storybook MCP Addon in other clients