Storybook MCP Addon for VS Code
io.github.storybookjs/addon-mcp
Help agents automatically write and test stories for your UI components.
client:VS Code
transport:stdio
runtime:npm
Install Storybook MCP Addon in VS Code
.vscode/mcp.json
{
"servers": {
"addon-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@storybook/addon-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs