Excalidraw MCP Server

Author:@i-tozer
View on GitHub

Overview

The Excalidraw MCP Server is a Model Context Protocol (MCP) server that provides API functionality for managing Excalidraw drawings.

To use it, clone the repository, install the dependencies, and start the server. You can then interact with the available API endpoints.

Its key features include creating, reading, updating, and deleting drawings. It also supports exporting drawings to SVG, PNG, and JSON formats and uses a simple file-based storage system.

Common use cases are managing collaborative drawings in real-time, exporting drawings for presentations or documentation, and integrating drawing functionalities into other applications.

The server is built using JavaScript and is licensed under the MIT License. Contributions are welcome via submitting issues or pull requests on the GitHub repository.