Loading MCP server directory, please wait...
An MCP server that lets AI agents draw hand-drawn Excalidraw diagrams as files on your machine.
npx @getmcp/cli add io.github.lucasr1b/sketchdexRequires Node.js 18+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.lucasr1b/sketchdex": {
"command": "npx",
"args": [
"-y",
"sketchdex"
],
"env": {
"SKETCHDEX_VAULT": "",
"SKETCHDEX_BROWSER": ""
}
}
}
}