P
Penpot
Query Penpot files and components.
·No reviews yet
Share:
About
Auto-generated
Penpot is a Model Context Protocol server in the Design category. It lets AI assistants that speak MCP call its tools and read its resources over STDIO.
Example tools
Illustrative tool names — the actual tool set is defined by the server at runtime.
list_resources
Enumerate resources exposed by this MCP
get_resource
Fetch a resource by ID
invoke
Invoke the primary action of this MCP
Screenshots
No screenshots yet.
Frequently Asked Questions
Common questions about Penpot.
- What is the Penpot MCP and what does it do?
- The Penpot MCP allows you to query Penpot design files and components. It integrates Penpot's capabilities into your development workflow, making it easier to access design assets directly from your tools. This is useful for developers who need to reference design specifications or integrate design elements.
- How can I install the Penpot MCP?
- The Penpot MCP is typically installed through your preferred MCP client. Specific installation steps will vary depending on the client (e.g., Claude Desktop, Cursor, or Cline). Refer to your client's documentation for instructions on adding community-provided MCPs.
- Does the Penpot MCP require an API key or other credentials?
- Yes, the Penpot MCP uses an API key for authentication. You will need to obtain an API key from Penpot and configure it within your MCP client to use this server. This key grants the MCP access to your Penpot data.
- What are the core capabilities exposed by the Penpot MCP?
- The Penpot MCP focuses on querying Penpot files and components. This means you can retrieve information about design elements, their properties, and their relationships. It provides a programmatic interface to interact with your Penpot projects.
- Is there a cost associated with using the Penpot MCP?
- The Penpot MCP itself is provided by the community and is open-source, implying no direct cost for the MCP software. However, any costs associated with using the underlying Penpot service depend on Penpot's own pricing model. Consult Penpot's official website for their current pricing.
- What is a prerequisite for using the Penpot MCP?
- A key prerequisite for using the Penpot MCP is having an active Penpot account and existing design files. The MCP operates on your Penpot data, so without a Penpot environment, it has no data to query. You also need an API key from Penpot for authentication.
Install Penpot
Claude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"penpot": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-penpot"
]
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"penpot": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-penpot"
]
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"penpot": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-penpot"
]
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.