excalidraw for Cursor
io.github.debu-sinha/excalidraw
Security-hardened Excalidraw MCP server with auth, rate limiting, and 14 tools
client:Cursor
transport:stdio
runtime:npm
Install excalidraw in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"excalidraw": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"excalidraw-mcp-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs