← Back to Plugins
MCP Server MCP

io.github.freema/mcp-design-system-extractor

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "mcp-design-system-extractor",
      "version": "1.2.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Base URL of the Storybook instance (default: http://localhost:6006)",
          "name": "STORYBOOK_URL"
        },
        {
          "description": "Set to 0 to allow self-signed certificates on the Storybook host",
          "name": "NODE_TLS_REJECT_UNAUTHORIZED"
        },
        {
          "description": "Set to true for verbose logging on stderr",
          "name": "DEBUG"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...