Skip to content

Conversation

@georgy-agaev
Copy link

MCP Server Information

Server Name: Penpot MCP Server
Repository URL: https://github.com/montevive/penpot-mcp
Brief Description: Model Context Protocol server for Penpot - the open-source design and prototyping platform. Enables AI assistants to interact with Penpot projects, files, and design assets.

Basic Requirements

Submitter Checklist

  • This server meets the basic requirements listed above
  • I understand this will undergo automated and manual review
  • I have tested the MCP Server using task validate -- --name penpot-mcp (task not installed locally, relying on CI checks)
  • I have built the MCP Server using task build -- --tools penpot-mcp (task not installed locally, relying on CI checks)
  • If the server requires credentials to test it, I have shared test credentials using the form

Additional Information

Docker Image: https://hub.docker.com/r/4georgyagaev/penpot-mcp
Tags: design, penpot, prototyping, graphics, collaboration
Category: Design

What is Penpot?
Penpot is an open-source design and prototyping platform (Figma alternative) with 40k+ GitHub stars.

Configuration:
The server requires three environment variables:

Usage:

docker pull 4georgyagaev/penpot-mcp:latest
docker run -d -p 8000:8000 \
  -e PENPOT_API_URL=https://design.penpot.app/api \
  -e PENPOT_USERNAME=your_email \
  -e PENPOT_PASSWORD=your_password \
  4georgyagaev/penpot-mcp:latest

Related Issue: montevive/penpot-mcp#24
Documentation: https://gist.github.com/georgy-agaev/13e8852c999d219f9d9d8b02126eb7dc

Testing:

  • ✅ Docker image built and pushed to Docker Hub
  • ✅ Successfully tested with Penpot cloud instance
  • ✅ SSE transport mode verified
  • ✅ Claude Desktop integration confirmed working

- Adds penpot-mcp: Model Context Protocol server for Penpot
- Category: Design
- Enables AI assistants to interact with Penpot design projects
- Supports both cloud (design.penpot.app) and self-hosted instances
- Docker image: 4georgyagaev/penpot-mcp:latest

Repository: https://github.com/montevive/penpot-mcp
Related: montevive/penpot-mcp#24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant