Excalidraw Mcp Sentinel
Freeby MCP Community
Hardened, self-hosted Excalidraw MCP server with SQLite persistence, multi-tenancy, auto-sync, security middleware, and 369 tests
v1.0.6Added Apr 12, 2026
mcpmcp-serverexcalidrawmodel-context-protocolai
Excalidraw Mcp Sentinel MCP Server
Hardened, self-hosted Excalidraw MCP server with SQLite persistence, multi-tenancy, auto-sync, security middleware, and 369 tests
Installation
Reviews
Installation
Quick install
npx -y excalidraw-mcp-sentinel
Add to claude_desktop_config.json
{
"mcpServers": {
"excalidraw-mcp-sentinel": {
"command": "npx",
"args": ["-y", "excalidraw-mcp-sentinel"]
}
}
}