tldraw
Diagrams and whiteboards
About tldraw
tldraw is a collaborative whiteboard and canvas SDK. Its remote MCP server lets assistants draw and edit diagrams — flowcharts, architecture sketches, wireframes — on a live tldraw canvas while you work.
Connection details
https://tldraw-mcp-app.tldraw.workers.dev/mcpTransport
Streamable HTTP
Authentication
None
Setup
claude mcp add tldraw --transport http https://tldraw-mcp-app.tldraw.workers.dev/mcpFrequently asked questions
What is the tldraw remote MCP server?
The tldraw remote MCP server is a hosted Model Context Protocol endpoint at https://tldraw-mcp-app.tldraw.workers.dev/mcp, so AI assistants can connect to it without installing or running anything locally.
How do I connect to the tldraw MCP server?
Add the endpoint https://tldraw-mcp-app.tldraw.workers.dev/mcp to any MCP-compatible client such as Claude Code, Cursor, or VS Code. The setup snippets on this page configure each client in one step.
Does the tldraw MCP server require authentication?
No. tldraw's MCP server does not require authentication — you can connect directly with the endpoint URL.
Which transport does the tldraw MCP server use?
tldraw exposes a Streamable HTTP endpoint, the transport used by remote MCP servers and supported by all major MCP clients.