MCP Server
Active
MIT
io.github.freema/mcp-design-system-extractor MCP Server
io.github.freema/mcp-design-system-extractor
What is the io.github.freema/mcp-design-system-extractor MCP server?
MCP server for Storybook design systems — extract component HTML, styles and metadata.
How to install io.github.freema/mcp-design-system-extractor
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
STORYBOOK_URLBase URL of the Storybook instance (default: http://localhost:6006)
NODE_TLS_REJECT_UNAUTHORIZEDSet to 0 to allow self-signed certificates on the Storybook host
DEBUGSet to true for verbose logging on stderr
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"mcp-design-system-extractor": {
"command": "npx",
"args": [
"-y",
"mcp-design-system-extractor"
],
"env": {
"STORYBOOK_URL": "<YOUR_STORYBOOK_URL>",
"NODE_TLS_REJECT_UNAUTHORIZED": "<YOUR_NODE_TLS_REJECT_UNAUTHORIZED>",
"DEBUG": "<YOUR_DEBUG>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"mcp-design-system-extractor": {
"command": "npx",
"args": [
"-y",
"mcp-design-system-extractor"
],
"env": {
"STORYBOOK_URL": "<YOUR_STORYBOOK_URL>",
"NODE_TLS_REJECT_UNAUTHORIZED": "<YOUR_NODE_TLS_REJECT_UNAUTHORIZED>",
"DEBUG": "<YOUR_DEBUG>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-design-system-extractor": {
"command": "npx",
"args": [
"-y",
"mcp-design-system-extractor"
],
"env": {
"STORYBOOK_URL": "<YOUR_STORYBOOK_URL>",
"NODE_TLS_REJECT_UNAUTHORIZED": "<YOUR_NODE_TLS_REJECT_UNAUTHORIZED>",
"DEBUG": "<YOUR_DEBUG>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"mcp-design-system-extractor": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-design-system-extractor"
],
"env": {
"STORYBOOK_URL": "<YOUR_STORYBOOK_URL>",
"NODE_TLS_REJECT_UNAUTHORIZED": "<YOUR_NODE_TLS_REJECT_UNAUTHORIZED>",
"DEBUG": "<YOUR_DEBUG>"
}
}
}
}Claude Code
claude mcp add mcp-design-system-extractor --env STORYBOOK_URL=<YOUR_STORYBOOK_URL> --env NODE_TLS_REJECT_UNAUTHORIZED=<YOUR_NODE_TLS_REJECT_UNAUTHORIZED> --env DEBUG=<YOUR_DEBUG> -- npx -y mcp-design-system-extractorRelated MCP servers
OpenClaw MCP Server
Active
MCP server bridging Claude.ai/Desktop with self-hosted OpenClaw via OAuth 2.1.
183
View repository →TypeScript
MIT
MCP server for Google Sheets API — read, write, format, batch operations.
93
View repository →TypeScript
MIT
MCP server for Jira Cloud — issues, search, comments, attachments, transitions.
15
View repository →TypeScript
MIT