Odel
mcp design system extractor

mcp design system extractor

Local
@freema69TypeScriptMITUpdated 1mo ago

MCP server for Storybook design systems — extract component HTML, styles and metadata.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmmcp-design-system-extractorv1.2.0

Run

npx -y mcp-design-system-extractor

MCP client config

{
  "mcpServers": {
    "mcp-design-system-extractor": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-design-system-extractor"
      ]
    }
  }
}