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
{
"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