mcp-server-penpot 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md ADDED
@@ -0,0 +1,24 @@
1
+ # Penpot MCP Server
2
+
3
+ A Model Context Protocol (MCP) server that provides Penpot integration
4
+ capabilities for AI clients supporting the model context protocol (MCP).
5
+
6
+ ## Setup
7
+
8
+ 1. Install Dependencies
9
+
10
+ pnpm install
11
+
12
+ 2. Build the Project
13
+
14
+ pnpm run build
15
+
16
+ 3. Run the Server
17
+
18
+ pnpm run start
19
+
20
+
21
+ ## Penpot Plugin API REPL
22
+
23
+ The MCP server includes a REPL interface for testing Penpot Plugin API calls.
24
+ To use it, connect to the URL reported at startup.