From design-to-code
Connects to a local HTTP MCP endpoint at http://localhost:4401/mcp for the Penpot plugin. Enables Claude to interact with Penpot design platform tools and resources via a local server. No secrets required.
npx claudepluginhub arustydev/agents --plugin design-to-codeAdd to your .mcp.json:
{
"mcpServers": {
"penpot-plugin": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"http://localhost:4401/mcp",
"--allow-http"
],
"url": "http://localhost:4401/mcp"
}
}
}npxhttp://localhost:4401/mcp