
Simple Storybook Preview
Supports UIby matipojo
Render Storybook component previews directly inside your IDE as AI edits them, eliminating window switching.
What it does
This MCP App renders Storybook component previews live inside the IDE. It allows developers to see the immediate visual impact of AI-driven component edits without leaving their coding environment.
Key features
- Live IDE Previews: Component renders appear automatically as the AI modifies the code.
- Zero Window Switching: Eliminates the need to toggle between the IDE and a browser tab.
- Story ID Mapping: Intelligently derives Story IDs from the project file structure.
- Debug Mode: Integrated debug log panel for troubleshooting rendering issues.
Installation
- Cursor: Add the following to
.cursor/mcp.json:
{
"mcpServers": {
"storybook-preview": {
"command": "npx",
"args": ["-y", "simple-storybook-preview-mcp"],
"env": {
"STORYBOOK_URL": "http://localhost:6006"
}
}
}
}
Supported hosts
- cursor
Quick install
npx -y simple-storybook-preview-mcpInformation
- Pricing
- free
- Published
- 5/16/2026
- stars






