Storybook MCP Server
This tool was created for testing purposes and is not recommended for use in production environments.
Getting Started
Before you begin, you need to prepare your Storybook static files. https://storybook.js.org/docs/sharing/publish-storybook
1. Clone the repository
git clone https://github.com/m-yoshiro/storybook-mcp.git
cd storybook-mcp
2. Install dependencies
We recommend using Bun
bun install
# or
npm install
3. Build
bun run build
# or
npm run build
4. Set up
{
"mcpServers": {
"storybook-mcp": {
"command": "node",
"args": [
"/< your path>/index.js",
// Optional: path to your Storybook static json file
"/< your path>/index.json"
]
}
}
}
The server will load your Storybook data and expose MCP tools to external agents.
Available Tools
Tool Name | Description | Parameters |
---|---|---|
list-components | Lists all available components from Storybook | path (optional): Path to the index.json or stories.json file (optional if default path is provided) |
find-components-by-name | Finds components based on a keyword (partial match supported) | name : Component name or keyword to search forpath (optional): Path to the index.json or stories.json file (optional if default path is provided) |
Storybook UI Component Server
Project Details
- m-yoshiro/storybook-mcp
- MIT License
- Last Updated: 4/15/2025
Recomended MCP Servers
Allows LLM agents to control a local chrome instance without taking screenshots
Automate your X account using the real browser API
MCP Server for reasoning
MCP server for Windows OS automation
:file_folder: A file manager / web client for SFTP, S3, FTP, WebDAV, Git, Minio, LDAP, CalDAV, CardDAV, Mysql,...
An MCP server implementation that enables Claude AI to interact with Clickhouse databases.
Codacy's MCP Server implementation
Ghidra MCP server that extracts decompiled binary context and exposes it to LLMs via Model Context Protocol.
Model Context Protocol (MCP) with TikTok integration