TC
ToolCompared
MCP ServerFeatured

Penpot MCP Server

by Penpot

Open-source design and prototyping platform with native MCP.

OfficialClojureDesign Tools

About Penpot

Penpot is a comprehensive open-source design platform tailored for teams building digital products at scale. Natively supports open standards like SVG, CSS, HTML, and JSON. Features native Design Tokens, an MCP server for multi-directional design-code workflows, a powerful open API and plugin system, and responsive layouts with CSS Grid and Flex.

Tags

designprototypingdesign-tokensopen-source

How to install Penpot

Add the following entry to your MCP client config (e.g. claude_desktop_config.json or .mcp.json). Refer to the official repository for the exact command, package name, and required environment variables.

{
  "mcpServers": {
    "penpot": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-penpot"]
    }
  }
}

Example shape only — see the repository for the canonical install command.

Related MCP servers in Design Tools