mirror of
https://github.com/penpot/penpot-mcp.git
synced 2026-04-25 11:18:37 +00:00
Merge remote-tracking branch 'origin/develop' into feature/multi-user
This commit is contained in:
commit
96a6ab7535
18
README.md
18
README.md
@ -1,13 +1,13 @@
|
||||

|
||||
|
||||
# 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.
|
||||
|
||||
Penpot's MCP Server is unlike any other you've seen. You get design-to- design, code-to-design and design-code supercharged workflows.
|
||||
|
||||
|
||||
## Demonstration
|
||||
|
||||
[](https://v32155.1blu.de/penpot/PenpotFest2025.mp4)
|
||||
[](https://www.youtube.com/playlist?list=PLgcCPfOv5v57SKMuw1NmS0-lkAXevpn10)
|
||||
|
||||
|
||||
## Architecture
|
||||
@ -43,6 +43,11 @@ The core components are written in TypeScript, rendering interactions with the
|
||||
Penpot Plugin API both natural and type-safe.
|
||||
|
||||
|
||||
## Demonstration
|
||||
|
||||
[](https://v32155.1blu.de/penpot/PenpotFest2025.mp4)
|
||||
|
||||
|
||||
## Usage
|
||||
|
||||
To use the Penpot MCP server, you must
|
||||
@ -52,6 +57,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).
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user