Promptles
Design with MCP

Penpot

intermediate

Definition

An open-source, self-hosted design tool — a Figma alternative that stores layout as real CSS. Its official MCP server lets an agent query frames and get CSS-native values back (flex, gap, border-radius), which suits teams that want design-to-code without proprietary formats or hosted dependencies.

In the wild

Your team self-hosts Penpot. Through its MCP, Claude Code reads a frame and the spacing comes back as `gap: 16px` — already in the units your stylesheet uses.

More from Design with MCP