Penpot MCP is a revolutionary Model Context Protocol (MCP) server that bridges the gap between AI language models and Penpot, the open-source design and prototyping platform. This integration enables AI assistants like Claude (in both Claude Desktop and Cursor IDE) to understand, analyze, and interact with your design files programmatically.
🎯 Key Benefits
🤖 AI-Native Design Analysis: Let Claude AI analyze your UI/UX designs, provide feedback, and suggest improvements
⚡ Automated Design Workflows: Streamline repetitive design tasks with AI-powered automation
🔍 Intelligent Design Search: Find design components and patterns across your projects using natural language
📊 Design System Management: Automatically document and maintain design systems with AI assistance
🎨 Cross-Platform Integration: Works with any MCP-compatible AI assistant (Claude Desktop, Cursor IDE, etc.)
Tools
list_projects
get_project_files
get_file
export_object
get_object_tree
search_object
penpot_schema
penpot_tree_schema
get_rendered_component
get_cached_files
Server Config
{
"mcpServers": {
"penpot": {
"command": "uvx",
"args": [
"penpot-mcp"
],
"env": {
"PENPOT_API_URL": "https://design.penpot.app/api",
"PENPOT_USERNAME": "your_penpot_username",
"PENPOT_PASSWORD": "your_penpot_password"
}
}
}
}