Security
Trust: 32/100 (Limited)io.github.debu-sinha/excalidraw Guide
Security-hardened Excalidraw MCP server with auth, rate limiting, and 14 tools
3 starsby debu-sinha
Quick Start
Install
npx excalidraw-mcp-serverClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-debu-sinha-excalidraw": {
"command": "npx",
"args": [
"excalidraw-mcp-server"
]
}
}
}