MCPMarket
Sell SkillsPower Your AgentsConnect
  1. Home
  2. Servers
  3. Storybook

Storybook

mcplandbymcpland
•
46
•
Learning & Documentation
Developer Tools
Browser Automation

Provides an MCP server to programmatically access Storybook component lists and detailed prop information.

Run on MCP Market

One-click cloud hosting

Related MCPs

View more
  • smithery-ai

    Obsidian Connector

    Connects Claude Desktop to read and search your Obsidian vault's Markdown notes.

  • yuna0x0

    HackMD

    Integrates HackMD note-taking with AI assistants via the Model Context Protocol.

  • PublikPrinciple

    Obsidian Rest

    Exposes Obsidian vaults to AI assistants through a local REST API using the Model Context Protocol.

Related Skills

View all
  • openclaw

    Diagram Maker & Visualizer

    Generates professional SVG, HTML, and Excalidraw diagrams for software architecture, system flows, and educational concepts.

  • openclaw

    GH Issues Auto-Fixer

    Automates the end-to-end GitHub issue lifecycle by spawning sub-agents to implement code fixes, open pull requests, and resolve review comments.

  • openclaw

    Discord Integration

    Manages Discord operations including messaging, reactions, and channel management directly through Claude.

MCPMarket

Discover MCP servers that connect MCP clients like Claude and Cursor to your favorite tools. Browse the MCP Market to get started.

Browse

  • MCP Search
  • MCP Servers
  • MCP Clients
  • Agent Skills
  • MCP Market Hub
  • Categories
  • What is an MCP server?
  • Model Context Protocol

Rankings

  • Top MCPs Today
  • Top Agent Skills Today
  • Top 100 Agent Skills
  • Top 100 MCP Servers

About

  • News
  • Submit
  • Contact

© 2026 MCP Market. All rights reserved.·Privacy·Terms

Storybook offers a Model Context Protocol (MCP) server that empowers developers to programmatically interact with their Storybook documentation. It simplifies the process of extracting comprehensive information about UI components, including a complete list of available components and detailed property data like names, types, default values, and descriptions. By leveraging headless browser automation with Playwright, Storybook integrates seamlessly into development workflows, making it easier to parse and utilize component documentation directly from your Storybook instance.

Key Features

01Includes comprehensive error handling for various scenarios.
02Supports various Storybook `index.json` (or `stories.json`) URL patterns.
031 GitHub stars
04Retrieve a list of all Storybook components.
05Extract detailed property information (name, type, default, description, required status) for specific components.
06Uses headless browser automation (Playwright) for robust data extraction.

Use Cases

01Programmatically validating or analyzing component interfaces based on Storybook documentation.
02Automating the extraction of UI component documentation for external tools or scripts.
03Integrating Storybook's component and prop data into design systems or code generators.