Skip to content

Excalidraw Mcp Sentinel

Free

by 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
Works with:ClaudeGPTGeminiCopilot

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

Leave a Review

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"]
    }
  }
}