Skip to content

Excalidraw Local

Free

by 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
Works with:ClaudeGPTGeminiCopilot

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

Leave a Review

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"]
    }
  }
}