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
|
# Penpot's Official MCP Server
|
||||||
|
|
||||||
This project enables LLMs to interact directly with Penpot design projects
|
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.
|
||||||
using the model context protocol (MCP), building on Penpot's plugin API
|
|
||||||
to facilitate design data retrieval, modification, and creation.
|
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://www.youtube.com/playlist?list=PLgcCPfOv5v57SKMuw1NmS0-lkAXevpn10)
|
||||||
|
|
||||||
[](https://v32155.1blu.de/penpot/PenpotFest2025.mp4)
|
|
||||||
|
|
||||||
|
|
||||||
## Architecture
|
## Architecture
|
||||||
@ -43,6 +43,11 @@ The core components are written in TypeScript, rendering interactions with the
|
|||||||
Penpot Plugin API both natural and type-safe.
|
Penpot Plugin API both natural and type-safe.
|
||||||
|
|
||||||
|
|
||||||
|
## Demonstration
|
||||||
|
|
||||||
|
[](https://v32155.1blu.de/penpot/PenpotFest2025.mp4)
|
||||||
|
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
To use the Penpot MCP server, you must
|
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.
|
Follow the steps below to enable the integration.
|
||||||
|
|
||||||
|
|
||||||
### Prerequisites
|
### Prerequisites
|
||||||
|
|
||||||
The project requires [Node.js](https://nodejs.org/) (tested with v22).
|
The project requires [Node.js](https://nodejs.org/) (tested with v22).
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user