MCP Server
Excalidraw MCP Server
by Excalidraw Community
Stream hand-drawn diagrams with smooth camera control.
About Excalidraw
MCP integration for Excalidraw that streams hand-drawn style diagrams directly into MCP-compatible clients with smooth camera control and interactive editing. Ideal for whiteboarding and architecture sketches.
Tags
diagramswhiteboardsketchingvisualization
How to install Excalidraw
Add the following entry to your MCP client config (e.g. claude_desktop_config.json or .mcp.json). Refer to the official repository for the exact command, package name, and required environment variables.
{
"mcpServers": {
"excalidraw": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-excalidraw"]
}
}
}Example shape only — see the repository for the canonical install command.