mcp_excalidraw

yctimlin/mcp_excalidraw
★ 1,431 stars JavaScript 🤖 AI/LLM Updated 1mo ago
MCP server and Claude Code skill for Excalidraw — programmatic canvas toolkit to create, edit, and export diagrams via AI agents with real-time canvas sync.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp_excalidraw": {
      "command": "npx",
      "args": [
        "-y",
        "yctimlin/mcp_excalidraw"
      ]
    }
  }
}