excalidraw-mcp
If you are the rightful owner of excalidraw-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
This is a Model Context Protocol (MCP) server for Excalidraw, providing API functionality for operating on Excalidraw drawings.
The Excalidraw MCP Server is designed to facilitate the management and manipulation of Excalidraw drawings through a set of API endpoints. It allows users to create, read, update, and delete drawings, as well as export them in various formats such as SVG, PNG, and JSON. The server uses a simple file-based storage system, making it easy to set up and manage. With a focus on simplicity and efficiency, the Excalidraw MCP Server is ideal for developers looking to integrate Excalidraw functionality into their applications. The server is built using Node.js and TypeScript, ensuring a robust and scalable solution for handling drawing operations.
Features
- Create, read, update, and delete Excalidraw drawings
- Export drawings to SVG, PNG, and JSON formats
- Simple file-based storage system