Penpot MCP server connects AI agents to Penpot design tools. It exposes Penpot's API for design workflow automation, allowing agents to create, modify, and manage design assets. Developers use it to integrate AI-driven design processes into their workflows, automating tasks like generating design variations, extracting design elements, and applying design changes.
Penpot MCP server connects AI agents to Penpot design tools. It exposes Penpot's API for design workflow automation, allowing agents to create, modify, and manage design assets. Developers use it to integrate AI-driven design processes into their workflows, automating tasks like generating design variations, extracting design elements, and applying design changes.
pip install penpot-mcpAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"montevive-penpot-mcp-github": {
"command": "uvx",
"args": [
"pip install penpot-mcp"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from penpot mcp?"
API Key Required
This server requires an API key from penpot mcp. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| PENPOT_MCP_API_KEY | Yes | Your penpot mcp API key |
"What resources are available in penpot mcp?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in penpot mcp"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in penpot mcp with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.