Used by 2 plugins
Connects to Penpot design platform to fetch and manage design files and assets.
Add to your .mcp.json:
{
"mcpServers": {
"penpot": {
"command": "node",
"args": [
"${HOME}/.local/share/penpot-mcp/dist/index.js"
],
"env": {
"PENPOT_MCP_PORT": "4401"
}
}
}
}nodePENPOT_MCP_PORT=4401