excalidraw MCP Server

33

Excalidraw is well-known, its a nice tool to visualize stuff, similar to mermaid, but not that technical

This config will be passed to Cursor on install. Inspect `command`, `args`, and `env` before continuing.

{ "env": { "ENABLE_CANVAS_SYNC": "true", "EXPRESS_SERVER_URL": "http://localhost:3000" }, "args": [ "/absolute/path/to/mcp_excalidraw/dist/index.js" ], "command": "node" }