MCP server for Penpot - Connect AI assistants to Penpot design platform via Model Context Protocol
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"penpot": {
"env": {
"PENPOT_API_URL": "https://design.penpot.app",
"PENPOT_ACCESS_TOKEN": "your-access-token"
},
"args": [
"/path/to/penpot-mcp-server/dist/index.js"
],
"command": "node"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A Model Context Protocol (MCP) server that provides full manipulation capabilities for Penpot - the open-source design tool. This server enables AI assistants to create, modify, and manage Penpot designs programmatically, similar to Figma plugin capabilities.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'npx' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked npx against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in design
MCP server for accessing Figma plugin console logs and screenshots via Cloudflare Workers or local mode
Official Miro MCP server - Supports context to code and creating diagrams, docs, and data tables.
A mcp server to allow LLMS gain context about shadcn ui component structure,usage and installation,compaitable with react,svelte 5,vue & React Native
AI image generation and editing with prompt optimization and quality presets. Powered by Nano Banana
MCP Security Weekly
Get CVE alerts and security updates for Penpot Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A Model Context Protocol (MCP) server that provides full manipulation capabilities for Penpot - the open-source design tool. This server enables AI assistants to create, modify, and manage Penpot designs programmatically, similar to Figma plugin capabilities.
🐳 Multi-architecture Docker images available: linux/amd64, linux/arm64

Example chat interface created entirely through natural conversation with an AI assistant using this MCP server. See Example 7: Chat Interface for the complete conversation that generated this design.
The screenshot above demonstrates how you can describe a design in natural language, and the AI assistant will create it in Penpot using the MCP server's capabilities - handling layout, styling, components, and interactions automatically.
list_teams - List all accessible teamslist_projects - List all accessible projectslist_files - List files in a projectget_file - Get file data and structurecreate_file - Create a new design filerename_file - Rename an existing filedelete_file - Delete a file permanentlylist_pages - List all pages in a fileadd_page - Add a new page to a fileget_page_shapes - Get all shapes on a specific page (basic info)query_shapes - Query and filter shapes with criteria (like grep). Filter by type, area, color, font, text content. Select fields to return. Useful for bulk operationsget_shape_properties - Get detailed properties of a specific shape (colors, text, fonts, effects, etc.)rename_page - Rename a pagedelete_page - Delete a page from a filemove_shapes - Move shapes to different parent/frame or reordercreate_rectangle - Create rectangle shapescreate_circle - Create circle/ellipse shapescreate_frame - Create frame containerscreate_text - Create text elements with alignment (left, center, right, justify), fonts, and stylingcreate_svg - Create SVG elementscreate_path - Create custom paths (planned)update_shape - Modify shape properties (position, size, style, etc.)delete_shape - Remove shapes from the designduplicate_shapes - Duplicate shapes (planned)group_shapes - Group multiple shapes (planned)align_shapes - Align multiple shapes (left, center, right, top, middle, bottom)distribute_shapes - Distribute shapes evenly with equal spacing (horizontal, vertical)create_component - Create reusable component from shapeupdate_component - Update component name/pathdelete_component - Delete component from librarylist_components - List all components in fileinstantiate_component - Create component instance (planned