Excalidraw Local
Freeby MCP Community
Fully local MCP server for Excalidraw with SQLite persistence, multi-tenancy, auto-sync, real-time canvas, and 32 tools
v1.6.2Added Apr 12, 2026
mcpmcp-serverexcalidrawmodel-context-protocolai
Excalidraw Local MCP Server
Fully local MCP server for Excalidraw with SQLite persistence, multi-tenancy, auto-sync, real-time canvas, and 32 tools
Installation
Reviews
Installation
Quick install
npx -y @sanjibdevnath/mcp-excalidraw-local
Add to claude_desktop_config.json
{
"mcpServers": {
"excalidraw-local": {
"command": "npx",
"args": ["-y", "@sanjibdevnath/mcp-excalidraw-local"]
}
}
}