excalidraw for Claude Desktop
io.github.debu-sinha/excalidraw
Security-hardened Excalidraw MCP server with auth, rate limiting, and 14 tools
client:Claude Desktop
transport:stdio
runtime:npm
Install excalidraw in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"excalidraw": {
"command": "npx",
"args": [
"-y",
"excalidraw-mcp-server"
]
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs