소개
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.
주요 기능
- Export drawings to SVG, PNG, and JSON formats
- Simple file-based storage system
- Create, read, update, and delete Excalidraw drawings
- Provides API endpoints for drawing management and export operations
사용 사례
- Programmatically manage Excalidraw diagrams.
- Integrate Excalidraw drawings into automated workflows.
- Batch export diagrams into different formats.