Stats
Actions
Tags
From design-to-code
Local Node.js MCP server for design conversion tasks. Enables Claude to convert design files or formats to code or other outputs. No API keys or external connections needed.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"design-converter": {
"command": "node",
"args": [
"dist/servers/design-converter.js"
]
}
}
}Server configuration and connection parameters
nodeCommand-line arguments passed to the server process
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin design-to-code