openclaw-excalidraw-plugin

fuller-stack-dev/openclaw-excalidraw-plugin
★ 0 stars JavaScript DevOps Updated 2d ago
OpenClaw plugin attaching the official Excalidraw MCP App server (interactive MCP Apps canvas)
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "openclaw-excalidraw-": {
      "command": "npx",
      "args": [
        "-y",
        "fuller-stack-dev/openclaw-excalidraw-plugin"
      ]
    }
  }
}

README Excerpt

OpenClaw plugin that attaches the official [Excalidraw MCP App server](https://github.com/excalidraw/excalidraw-mcp) (`https://mcp.excalidraw.com/mcp`, streamable HTTP) to agent sessions. The server's `create_view` tool draws hand-drawn diagrams and carries an [MCP Apps](https://modelcontextprotocol.io/extensions/apps/overview) `ui://` resource. On MCP Apps-capable surfaces it renders as an interactive Excalidraw canvas; every other surface (Telegram, Discord, CLI, …) receives the plain text/str

Tools (1)

excalidraw