Storybook MCP
S

Storybook MCP

The Storybook MCP Server is a tool based on the model context protocol that provides functions for interacting with Storybook documentation and component information, including getting the component list, attribute details, and extracting specific information through custom JavaScript tools.
2.5 points
0

What is the Storybook MCP Server?

The Storybook MCP Server is a bridge that connects AI assistants to your Storybook design system. It allows AI assistants to read the component list, obtain detailed attribute information, and even extract specific design system data through custom tools, enabling AI to better understand and assist with your front - end development work.

How to use the Storybook MCP Server?

Simply add the server settings to your MCP client configuration and provide the URL address of Storybook. The AI assistant can immediately access your component library information. You can let AI understand your design system without writing complex code.

Applicable scenarios

It is suitable for scenarios where front - end development teams want AI assistants to provide code suggestions, component usage guidance, and design consistency checks based on the existing design system. It is particularly suitable for teams with large component libraries.

Main features

Component list retrieval
Automatically extract a complete list of all available components from the Storybook index file to help AI understand the available design resources.
Attribute information extraction
Use headless browser technology to automatically extract detailed attribute information of components, including type, default value, description, and necessity.
Custom tools
Support the creation of custom JavaScript tools to extract specific information from Storybook pages, flexibly adapting to various design system structures.
Browser automation
Reliable browser automation based on Playwright ensures that various complex Storybook page structures can be correctly handled.
Advantages
Seamless integration: Perfectly integrates with existing MCP clients without additional learning costs
Flexible configuration: Supports environment variable configuration to easily adapt to different Storybook instances
Powerful expansion: The custom tool function allows the extraction of any page information
Automatic update: Real - time access to the latest Storybook component information
Limitations
Requires network connection: Must be able to access the Storybook URL
Browser dependency: Requires a Chromium browser environment
Configuration requirements: Requires the correct setting of the STORYBOOK_URL environment variable

How to use

Installation and configuration
Add the Storybook server settings to the MCP client configuration and provide your Storybook URL address.
Environment variable setting
Set the necessary environment variables, including STORYBOOK_URL and the optional CUSTOM_TOOLS.
Start and use
Start the MCP client, and the AI assistant can now access your Storybook component information.

Usage examples

Component exploration
Let the AI assistant help you explore available components and understand the capabilities of the design system.
Attribute query
Query detailed attribute information of specific components to understand how to use and configure the components.
Design system analysis
Extract specific information from the design system through custom tools, such as color specifications and icon sets.

Frequently Asked Questions

Which versions of Storybook are supported?
Is additional browser installation required?
What are the limitations of custom tools?
How to handle authentication - protected Storybook?

Related resources

Official documentation
Complete installation, configuration, and usage guide
Model Context Protocol
Official documentation of the MCP protocol
Storybook official
Storybook component development environment
Example configuration
Configuration examples for various usage scenarios

Installation

Copy the following command to your Client for configuration
{
  "mcpServers": {
    "storybook": {
      "command": "npx",
      "args": ["-y", "storybook-mcp"],
      "env": {
        "STORYBOOK_URL": "<your_storybook_url>/index.json"
      }
    }
  }
}

{
  "mcpServers": {
    "storybook-mcp": {
      "command": "npx",
      "args": ["-y", "storybook-mcp@latest"],
      "env": {
        "STORYBOOK_URL": "https://opensource.adobe.com/spectrum-web-components/storybook/index.json",
        "CUSTOM_TOOLS": "[{\"name\":\"getIconList\",\"description\":\"Get All Icons from the Icon page\",\"parameters\":{},\"page\":\"https://opensource.adobe.com/spectrum-web-components/storybook/iframe.html?viewMode=docs&id=icons--docs&globals=\",\"handler\":\"Array.from(document.querySelector('icons-demo').shadowRoot.querySelectorAll('.icon')).map(i => i.textContent)\"}]"
      }
    }
  }
}
Note: Your key is sensitive information, do not share it with anyone.

Alternatives

A
Acemcp
Acemcp is an MCP server for codebase indexing and semantic search, supporting automatic incremental indexing, multi-encoding file processing, .gitignore integration, and a Web management interface, helping developers quickly search for and understand code context.
Python
9.2K
5 points
B
Blueprint MCP
Blueprint MCP is a chart generation tool based on the Arcade ecosystem. It uses technologies such as Nano Banana Pro to automatically generate visual charts such as architecture diagrams and flowcharts by analyzing codebases and system architectures, helping developers understand complex systems.
Python
8.1K
4 points
M
MCP Agent Mail
MCP Agent Mail is a mail - based coordination layer designed for AI programming agents, providing identity management, message sending and receiving, file reservation, and search functions, supporting asynchronous collaboration and conflict avoidance among multiple agents.
Python
8.4K
5 points
K
Klavis
Klavis AI is an open-source project that provides a simple and easy-to-use MCP (Model Context Protocol) service on Slack, Discord, and Web platforms. It includes various functions such as report generation, YouTube tools, and document conversion, supporting non-technical users and developers to use AI workflows.
TypeScript
13.9K
5 points
M
MCP
The Microsoft official MCP server provides search and access functions for the latest Microsoft technical documentation for AI assistants
11.9K
5 points
A
Aderyn
Aderyn is an open - source Solidity smart contract static analysis tool written in Rust, which helps developers and security researchers discover vulnerabilities in Solidity code. It supports Foundry and Hardhat projects, can generate reports in multiple formats, and provides a VSCode extension.
Rust
10.6K
5 points
D
Devtools Debugger MCP
The Node.js Debugger MCP server provides complete debugging capabilities based on the Chrome DevTools protocol, including breakpoint setting, stepping execution, variable inspection, and expression evaluation.
TypeScript
10.0K
4 points
S
Scrapling
Scrapling is an adaptive web scraping library that can automatically learn website changes and re - locate elements. It supports multiple scraping methods and AI integration, providing high - performance parsing and a developer - friendly experience.
Python
10.7K
5 points
N
Notion Api MCP
Certified
A Python-based MCP Server that provides advanced to-do list management and content organization functions through the Notion API, enabling seamless integration between AI models and Notion.
Python
17.5K
4.5 points
G
Gitlab MCP Server
Certified
The GitLab MCP server is a project based on the Model Context Protocol that provides a comprehensive toolset for interacting with GitLab accounts, including code review, merge request management, CI/CD configuration, and other functions.
TypeScript
17.4K
4.3 points
D
Duckduckgo MCP Server
Certified
The DuckDuckGo Search MCP Server provides web search and content scraping services for LLMs such as Claude.
Python
54.4K
4.3 points
M
Markdownify MCP
Markdownify is a multi-functional file conversion service that supports converting multiple formats such as PDFs, images, audio, and web page content into Markdown format.
TypeScript
28.4K
5 points
F
Figma Context MCP
Framelink Figma MCP Server is a server that provides access to Figma design data for AI programming tools (such as Cursor). By simplifying the Figma API response, it helps AI more accurately achieve one - click conversion from design to code.
TypeScript
51.0K
4.5 points
U
Unity
Certified
UnityMCP is a Unity editor plugin that implements the Model Context Protocol (MCP), providing seamless integration between Unity and AI assistants, including real - time state monitoring, remote command execution, and log functions.
C#
23.0K
5 points
M
Minimax MCP Server
The MiniMax Model Context Protocol (MCP) is an official server that supports interaction with powerful text-to-speech, video/image generation APIs, and is suitable for various client tools such as Claude Desktop and Cursor.
Python
35.4K
4.8 points
G
Gmail MCP Server
A Gmail automatic authentication MCP server designed for Claude Desktop, supporting Gmail management through natural language interaction, including complete functions such as sending emails, label management, and batch operations.
TypeScript
17.1K
4.5 points
AIBase
Zhiqi Future, Your AI Solution Think Tank
© 2025AIBase