tldraw-mcp-server

AndresMuelas2004/tldraw-mcp-server
★ 2 stars TypeScript 📦 Other Updated 3d ago
Full-featured MCP server for creating and editing tldraw documents programmatically (30 tools, 14 shape types)
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "tldraw-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "AndresMuelas2004/tldraw-mcp-server"
      ]
    }
  }
}