An MCP server that lets AI agents draw hand-drawn Excalidraw diagrams as files on your machine.
claude mcp add sketchdex -- npx -y sketchdex
claude_desktop_config.json
{
"mcpServers": {
"sketchdex": {
"command": "npx",
"args": [
"-y",
"sketchdex"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"sketchdex": {
"command": "npx",
"args": [
"-y",
"sketchdex"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"sketchdex": {
"command": "npx",
"args": [
"-y",
"sketchdex"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"sketchdex": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"sketchdex"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"sketchdex": {
"command": "npx",
"args": [
"-y",
"sketchdex"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.lucasr1b--sketchdex/reviews or the review_server meta-tool.
POST /mcp