Initial commit: Penpot MCP Server - Complete AI-powered design workflow automation with MCP protocol, Penpot API integration, Claude AI support, CLI tools, and comprehensive documentation

This commit is contained in:
Chema
2025-05-26 19:16:46 +02:00
commit 85e658d2cd
42 changed files with 8159 additions and 0 deletions

10
env.example Normal file
View File

@@ -0,0 +1,10 @@
# Penpot authentication
PENPOT_USERNAME=your_penpot_username_here
PENPOT_PASSWORD=your_penpot_password_here
# Server configuration
PORT=5000
DEBUG=true
# Penpot API base URL (change if using self-hosted Penpot)
PENPOT_API_URL=https://design.penpot.app/api