Skip to content
Grok

Storybook MCP Addon for Grok

io.github.storybookjs/addon-mcp

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

client:Grok transport:stdio runtime:npm

Install Storybook MCP Addon in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Storybook MCP Addon in other clients