Skip to content
Cursor

Excaliwow for Cursor

io.github.excaliwow/mcp

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

client:Cursor transport:stdio runtime:npm

Install Excaliwow in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@excaliwow/mcp"
      ],
      "env": {
        "EXCALIWOW_TOKEN": "<EXCALIWOW_TOKEN>",
        "EXCALIWOW_API_URL": "<EXCALIWOW_API_URL>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Excaliwow in other clients