Storybook MCP Addon
Rank #144io.github.storybookjs/addon-mcp
Help agents automatically write and test stories for your UI components.
Storybook MCP Addon is a Model Context Protocol (MCP) server published by storybookjs. It ranks #144 of 132,046 servers tracked on MCP Toplist, and its repository has 270 GitHub stars. Storybook MCP Addon is listed across 4 registries — Official MCP, PulseMCP, mcp.so and Glama, with 4 tracked versions. It was first listed on Aug 22, 2025 and most recently updated on Apr 14, 2026.
Ranks ahead of 131,902 of 132,046 servers on MCP Toplist.
Use Storybook MCP Addon
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add addon-mcp -- npx -y @storybook/addon-mcp --port 6006[mcp_servers.addon-mcp]
command = "npx"
args = ["-y", "@storybook/addon-mcp", "--port", "6006"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"addon-mcp": {
"command": "npx",
"args": [
"-y",
"@storybook/addon-mcp",
"--port",
"6006"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"addon-mcp": {
"command": "npx",
"args": [
"-y",
"@storybook/addon-mcp",
"--port",
"6006"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"addon-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@storybook/addon-mcp",
"--port",
"6006"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"addon-mcp": {
"command": "npx",
"args": [
"-y",
"@storybook/addon-mcp",
"--port",
"6006"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"addon-mcp": {
"command": "npx",
"args": [
"-y",
"@storybook/addon-mcp",
"--port",
"6006"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.storybookjs%2Faddon-mcp)<a href="https://mcptoplist.com/server/io.github.storybookjs%2Faddon-mcp"><img src="https://mcptoplist.com/badge/io.github.storybookjs%2Faddon-mcp.svg" alt="MCP Toplist: Top 1% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
storybookjs
Available versions (4)
| Version | Published |
|---|---|
| 0.6.0 | Apr 14, 2026 |
| 0.5.0 | Apr 2, 2026 |
| 0.4.2 | Mar 19, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Storybook MCP Addon?
- Storybook MCP Addon is maintained by storybookjs, which publishes 1 MCP server (4 total versions) tracked on MCP Toplist.
- Is Storybook MCP Addon listed on the Official MCP Registry?
- Yes — Storybook MCP Addon is listed on the Official MCP Registry, alongside PulseMCP, mcp.so and Glama.
- How many versions does Storybook MCP Addon have?
- MCP Toplist tracks 4 versions of Storybook MCP Addon, most recently published on Apr 14, 2026.
- Where can I find the source code for Storybook MCP Addon?
- The source code for Storybook MCP Addon is hosted at github.com/storybookjs/mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.