AI-agent skill for creating, auditing, and maintaining production-grade design projects and design systems — including flows, interactions, animations, and overlays — in Penpot via the official Penpot MCP Server.
Works with any MCP-compatible client: Claude Code, Cursor, VS Code / Copilot, Codex / OpenCode, Amp, Cline, Windsurf, Claude Desktop (via mcp-remote), and any agent supporting HTTP or SSE MCP transport.
- Remote & local MCP setup — up-to-date configs for all major MCP clients; Remote MCP recommended for most users;
/ssefallback guidance for local transport conflicts - All 5 MCP tools —
execute_code,high_level_overview,penpot_api_info,export_shape,import_image - Penpot JS API patterns —
penpotUtilsreference, read-only property gotchas, flex ordering quirks, board positioning, CSS export, plugin data API, community plugin boundaries - Font & typography constraints — installed variant detection, library vs. layer fontSize types, stale
fontIdlimitation - Write safety rules — batch size limits (~10 ops/call), page-switch two-call pattern, structural verification over export
- Interactions & animations — full
addInteractionAPI, all triggers (click,mouse-enter,mouse-leave,after-delay), all actions (navigate-to,open-overlay,toggle-overlay,close-overlay,previous-screen,open-url), all animations (Dissolve,Slide,Push) with easing options - Prototyping workflows — linear flows, overlays/modals, drawers, multi-flow prototypes, interaction audit, lo-fi→hi-fi progression, animation selection guide
- Token-aware prompting — RULESET block, 3-tier token hierarchy, compact schema style
- Design system workflows — build from scratch, full audit, token migration, component library management, palette updates
- Design-to-code workflows — page→HTML/CSS, design→React, token extraction, Style Dictionary config, component mapping, layout extraction, asset export, drift detection
- Design file best practices — layer naming, component organization, spacing, accessibility, handoff conventions
- Component checklists — buttons, forms, navigation, cards, prototype coverage, pre-handoff review
Via npx (Claude Code / Codex CLI):
npx skills add ar27111994/penpot-mcpVia gh CLI:
gh skills install ar27111994/penpot-mcpManually: Copy the penpot-mcp/ folder into your .github/skills/ directory (or wherever your agent discovers skills).
penpot-mcp/
├── SKILL.md ← Always-loaded core
└── references/
├── penpot-api-patterns.md ← JS API, gotchas, fonts, interactions, animations
├── prototyping-workflows.md ← Flows, overlays, audit, lo-fi→hi-fi
├── design-system-workflows.md ← Build, audit, migrate, manage
└── design-to-code-workflows.md ← HTML/CSS, React, tokens, assets
SKILL.md is light enough to always stay in context. Reference files are loaded on demand for the relevant task.
Built directly from the official Penpot MCP documentation and plugin API docs at doc.plugins.penpot.app, cross-referenced against the github/awesome-copilot penpot-uiux-design skill and battle-tested in production.
Key differences:
- ✅ Covers Remote MCP and all major MCP client configs (Cursor, Claude Code, VS Code, Codex, Claude Desktop)
- ✅
npx @penpot/mcp@stable— not the outdatedgit cloneapproach - ✅ Correct VS Code config key (
mcp.servers, notmcpServers) - ✅ Full interactions & animations API (
addInteraction, all triggers/actions/animations) - ✅ Font/typography constraints from real-world production use
- ✅ Write safety: batch limits, page-switch two-call pattern, export reliability gotcha
- ✅ Prototyping workflows: flows, overlays, multi-flow, animation guide
- ✅ Compatible with all MCP-compatible agents, not just Claude Code or Cursor
See CHANGELOG.md for release notes.
PRs welcome — especially for new workflow recipes, additional platform templates, or corrections as the Penpot MCP API evolves. See CONTRIBUTING.md and the Penpot community thread.
Please report security issues according to SECURITY.md.
MIT