io.github.tldraw/tldraw
io.github.tldraw/tldrawDraw and visually collaborate with your agents on tldraw's canvas.
Tools · 6
Search the tldraw Editor API spec by writing JavaScript that receives a `spec` object and returns a result. The spec contains: spec.members (all Editor methods/properties with name, kind, signature, d…
Execute JavaScript code on a tldraw canvas. The code runs in the widget with access to the live `editor` instance, helper functions, and normal js. Use the `search` tool first to discover available Ed…
App-only: widget calls this to resolve a pending exec request.
App-only: get the latest checkpoint for a canvas by its canvasId.
App-only: read shapes from a checkpoint by ID.
App-only: save shapes to a checkpoint (from user edits). shapesJson and assetsJson must be JSON array strings.
Resources · 1
Interactive tldraw canvas.
ui://show-canvas/mcp-app.html
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"io.github.tldraw/tldraw": {
"url": "https://tldraw-mcp-app.tldraw.workers.dev/mcp",
"transport": "streamable-http"
}
}
}