penpot-mcp
Penpot MCP is an AI-powered server that connects AI language models to Penpot designs for enhanced design workflow automation.
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 to understand, analyze, and interact with design files programmatically. With Penpot MCP, users can leverage AI to analyze UI/UX designs, automate repetitive tasks, and manage design systems effectively. The server provides intelligent design search capabilities, allowing users to find design components and patterns using natural language. It enhances the design process by offering feedback and suggestions for improvements, making it a valuable tool for designers looking to streamline their workflows and enhance collaboration with AI.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"penpot-mcp": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-penpot-mcp"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions