Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
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-codeCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"penpot-plugin": {
"type": "http",
"command": "npx",
"args": [
"-y",
"mcp-remote",
"http://localhost:4401/mcp",
"--allow-http"
],
"url": "http://localhost:4401/mcp"
}
}
}Server configuration and connection parameters
npxhttp://localhost:4401/mcpCommand-line arguments passed to the server process
Share bugs, ideas, or general feedback.