excalidraw-mcp.md

Excalidraw MCP

UI App
from"lesleslie"
920

Live Excalidraw canvas controlled by AI agents with real-time sync via WebSocket

Visualization
Excalidrawwhiteboardreal-timeWebSocket
install.sh
# Clone the repository
$git clone https://github.com/lesleslie/excalidraw-mcp
# Install dependencies
$npm install
# Build and serve
$npm run build && npm run serve