tldraw

Diagrams and whiteboards

Official docs

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/mcp
Transport
Streamable HTTP
Authentication
Open — no authentication

Setup

claude mcp add tldraw --transport http https://tldraw-mcp-app.tldraw.workers.dev/mcp

Frequently 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. 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.

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, Codex, Cursor, or VS Code. The setup snippets on this page configure each client in one step.

Does the tldraw MCP server require authentication?

No. The tldraw endpoint is open and requires no authentication, so you can connect and start sending requests right away.

Which transport does the tldraw MCP server use?

tldraw exposes a Streamable HTTP endpoint, the current standard transport for the Model Context Protocol, supported by all major MCP clients.

More remote MCP servers