Stats
Actions
Tags
From design-to-code
Connects to Penpot design platform API for accessing UI/UX designs, files, and prototypes. Runs locally as stdio subprocess via penpot-mcp. Requires Penpot API URL, username, and password.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"penpot": {
"command": "uvx",
"args": [
"penpot-mcp"
],
"env": {
"PENPOT_API_URL": "http://localhost:9001/api",
"PENPOT_PASSWORD": "123123123",
"PENPOT_USERNAME": "[email protected]"
}
}
}
}Replace placeholder values for: PENPOT_PASSWORD
Review these signals before enabling this server
This MCP server needs API keys or credentials. Configure them in your environment before use.
Server configuration and connection parameters
uvxCommand-line arguments passed to the server process
Environment variables set when the server starts
Sensitive values you must provide — never committed to source control
npx claudepluginhub arustydev/agents --plugin design-to-code