Sketchdex for Cursor
io.github.lucasr1b/sketchdex
An MCP server that lets AI agents draw hand-drawn Excalidraw diagrams as files on your machine.
client:Cursor
transport:stdio
runtime:npm
Install Sketchdex in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"sketchdex": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"sketchdex"
],
"env": {
"SKETCHDEX_VAULT": "<SKETCHDEX_VAULT>",
"SKETCHDEX_BROWSER": "<SKETCHDEX_BROWSER>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs