io.github.tldraw/tldraw✓
io.github.tldraw/tldraw · v0.1.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.tldraw/tldraw",
"description": "Draw and visually collaborate with your agents on tldraw's canvas.",
"repository": {
"url": "https://github.com/tldraw/tldraw",
"source": "github",
"subfolder": "apps/mcp-app"
},
"version": "0.1.0",
"remotes": [
{
"type": "streamable-http",
"url": "https://tldraw-mcp-app.tldraw.workers.dev/mcp"
},
{
"type": "sse",
"url": "https://tldraw-mcp-app.tldraw.workers.dev/sse"
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}