Penpot MCP Server

v1.0.0APIsstable

Penpot's official MCP Server

aidesignmcpplugin
Share:
276
Stars
0
Downloads
0
Weekly
0/5

About

Penpot's official MCP Server

Features

  • list_projects
  • get_project_files
  • get_file
  • export_object
  • get_object_tree

Use Cases

Retrieve a list of all available Penpot projects.
Get all files contained within a specific Penpot project. Args: project_id: The ID of the Penpot project
Retrieve a Penpot file by its ID and cache it. Don't use this tool for code generation, use 'get_object_tree' instead. Args: file_id: The ID of the Penpot file
Export a Penpot design object as an image. Args: file_id: The ID of the Penpot file page_id: The ID of the page containing the object object_id: The ID of the object to export export_type: Image format (png, svg, etc.) scale: Scale factor for the exp
Get the object tree structure for a Penpot object ('tree' field) with rendered screenshot image of the object ('image.mcp_uri' field). Args: file_id: The ID of the Penpot file object_id: The ID of the object to retrieve fields: Specific fields to inc
penpot

Maintainer

LicenseMPL-2.0
Languagetypescript
Versionv1.0.0
UpdatedMay 19, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx penpot

Examples

Basic Configuration

Configure Penpot MCP Server

npx penpot

Configuration

Configuration Details

Config File

claude_desktop_config.json

Web UI

Not available

Security

Authentication

RequiredNo

Features

Data Encryption
Audit Logging
RBAC Support

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

More APIs MCP Servers

Explore other servers in the APIs category.

Quick Config Preview

{ "mcpServers": { "penpot": { "command": "npx", "args": ["-y", "penpot"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Penpot MCP Server?

Browse our complete directory of 60+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

60+ ServersFree & Open SourceStep-by-Step Guides