excalidraw-mcp (MCP Server)

GitHub

Fast and streamable Excalidraw MCP App

5,104 stars TypeScript MCP Ready Full Docs Skills View Markdown

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "excalidraw-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-excalidraw-mcp"
      ]
    }
  }
}