excalidraw-mcp

lesleslie/excalidraw-mcp
★ 14 stars Python Other Updated today ✗ Risk
Unofficial Excalidraw MCP Server
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "excalidraw-mcp": {
      "command": "uvx",
      "args": [
        "excalidraw-mcp"
      ]
    }
  }
}

Or install with pip: pip install excalidraw-mcp