Add Penpot brand visuals and wording changes to README

Updated README to clarify project purpose and usage.
This commit is contained in:
Juan de la Cruz 2025-12-12 12:57:29 +01:00 committed by GitHub
parent 19725f5495
commit 647a999b48
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,13 +1,11 @@
![mcp-server-cover-github-1](https://github.com/user-attachments/assets/dcd14e63-fecd-424f-9a50-c1b1eafe2a4f)
# Penpot's Official MCP Server
This project enables LLMs to interact directly with Penpot design projects
using the model context protocol (MCP), building on Penpot's plugin API
to facilitate design data retrieval, modification, and creation.
Penpot integrates a LLM layer built on the Model Context Protocol (MCP) via Penpot's Plugin API to interact with a Penpot design file. Penpot's MCP server enables LLMs to perfom data queries, transformation and creation operations.
## Demonstration
[![Video](https://v32155.1blu.de/penpot/PenpotFest2025_thumbnail.png)](https://v32155.1blu.de/penpot/PenpotFest2025.mp4)
[![Penpot MCP video playlist](https://github.com/user-attachments/assets/204f1d99-ce51-41dd-a5dd-1ef739f8f089)](https://www.youtube.com/playlist?list=PLgcCPfOv5v55g_tSsHNKiAF9lqF1GrHsf)
## Architecture
@ -43,6 +41,11 @@ The core components are written in TypeScript, rendering interactions with the
Penpot Plugin API both natural and type-safe.
## Demonstration
[![Video](https://v32155.1blu.de/penpot/PenpotFest2025_thumbnail.png)](https://v32155.1blu.de/penpot/PenpotFest2025.mp4)
## Usage
To use the Penpot MCP server, you must
@ -52,6 +55,7 @@ To use the Penpot MCP server, you must
Follow the steps below to enable the integration.
### Prerequisites
The project requires [Node.js](https://nodejs.org/) (tested with v22).