Penpot MCP server exposes Penpot's design and prototyping tools to AI agents. It provides access to Penpot's vector graphics editor, design systems, and collaboration features. The server connects to Penpot's open-source design platform, allowing agents to create, edit, and manage design assets. Developers use it to automate design workflows, generate design assets, and integrate Penpot's design capabilities into their applications.
Penpot MCP server exposes Penpot's design and prototyping tools to AI agents. It provides access to Penpot's vector graphics editor, design systems, and collaboration features. The server connects to Penpot's open-source design platform, allowing agents to create, edit, and manage design assets. Developers use it to automate design workflows, generate design assets, and integrate Penpot's design capabilities into their applications.
npx -y penpot-mcpAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"penpot-penpot-mcp-github": {
"command": "npx",
"args": [
"-y",
"npx -y penpot-mcp"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from penpot mcp?"
No configuration required. This server works out of the box.
"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.