Back to Apps

Simple Storybook Preview
Supports UIby matipojo
Render Storybook component previews directly inside your IDE as AI edits them, eliminating window switching.
0 stars
Works in:Cursor
Exposes:ResourcesTools
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
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Add to .cursor/mcp.json with STORYBOOK_URL env var.





