MCP Server
MCP
io.github.freema/mcp-design-system-extractor
MCP server for Storybook design systems — extract component HTML, styles and metadata.
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
By
Comments
Sign in to leave a comment