Provides API functionality for operating on Excalidraw drawings.
Excalidraw offers a Model Context Protocol (MCP) server to manage Excalidraw drawings. It provides a comprehensive API for creating, reading, updating, and deleting drawings. Users can also export drawings to various formats like SVG, PNG, and JSON. The server utilizes a simple file-based storage system for persistence.