Integrations
tldraw Integration
Create and manage tldraw collaborative whiteboards
The tldraw integration provides access to create and manage tldraw collaborative whiteboards through the Integrate MCP server.
Installation
The tldraw integration is included with the SDK:
import { tldrawIntegration } from "integrate-sdk/server";Setup
Add tldraw to your server configuration:
import { createMCPServer, tldrawIntegration } from "integrate-sdk/server";
export const { client: serverClient } = createMCPServer({
apiKey: process.env.INTEGRATE_API_KEY,
integrations: [
tldrawIntegration(),
],
});Client-Side Usage
import { client } from "integrate-sdk";
// Use client.tldraw methods after connectingConfiguration Options
Prop
Type
Tools
tldraw_unfurl_url
Unfurl url
No parameters.
tldraw_create_room_snapshot
Create room snapshot
No parameters.
tldraw_get_room_snapshot
Get room snapshot
No parameters.
tldraw_get_published_snapshot
Get published snapshot
No parameters.
tldraw_get_readonly_slug
Get readonly slug
No parameters.
Notes
- Category: Productivity
- Authentication mode: None