Skip to content
Windsurf

Sketchdex for Windsurf

io.github.lucasr1b/sketchdex

An MCP server that lets AI agents draw hand-drawn Excalidraw diagrams as files on your machine.

client:Windsurf transport:stdio runtime:npm

Install Sketchdex in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

{
  "mcpServers": {
    "sketchdex": {
      "command": "npx",
      "args": [
        "-y",
        "sketchdex"
      ],
      "env": {
        "SKETCHDEX_VAULT": "<SKETCHDEX_VAULT>",
        "SKETCHDEX_BROWSER": "<SKETCHDEX_BROWSER>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Sketchdex in other clients