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.
主な機能
01Export drawings to SVG, PNG, and JSON formats
02Simple file-based storage system
03Create, read, update, and delete Excalidraw drawings
04Provides API endpoints for drawing management and export operations
ユースケース
01Programmatically manage Excalidraw diagrams.
02Integrate Excalidraw drawings into automated workflows.