MCP Server
MCP
Storybook MCP Addon
Help agents automatically write and test stories for your UI components.
Install
npx -y @storybook/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@storybook/addon-mcp",
"version": "0.6.0",
"transport": {
"type": "streamable-http",
"url": "http://localhost:{--port}/mcp"
},
"packageArguments": [
{
"description": "Port of the Storybook dev server exposing the MCP endpoint.",
"format": "number",
"default": "6006",
"type": "named",
"name": "--port"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment