pi-tldraw

zeebeeCoder/pi-tldraw
★ 0 stars JavaScript API Integration Updated today
Tldr draw is a beautiful canvas app for drawing diagrams and collaborative drawing. It is now integrated with its MCP on the server via a Pi extension. In short, it's a Pi extension for Tldr draw.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "pi-tldraw": {
      "command": "npx",
      "args": [
        "-y",
        "zeebeeCoder/pi-tldraw"
      ]
    }
  }
}

README Excerpt

A Pi extension that opens a local tldraw MCP canvas, lets the agent inspect/edit it, and persists canvas snapshots per project folder. From npm: ```bash pi install npm:pi-tldraw ``` Pinned: ```bash pi install npm:[email protected] ``` Before the npm package is published, you can install from GitHub after a repo/tag exists: