Odel
Excaliwow

Excaliwow

Local
@excaliwowApache-2.0Updated 1mo ago

Create, read, render, organize, and safely edit persistent Excalidraw diagrams with AI agents.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@excaliwow/mcpv0.14.3

Run

npx -y @excaliwow/mcp

MCP client config

{
  "mcpServers": {
    "excaliwow": {
      "command": "npx",
      "args": [
        "-y",
        "@excaliwow/mcp"
      ]
    }
  }
}