Provides a Model Context Protocol server to manage and export Excalidraw drawings.
The Excalidraw MCP Server is designed to bridge Excalidraw's powerful diagramming capabilities with programmatic workflows, serving as a Model Context Protocol (MCP) server. It enables comprehensive management of Excalidraw drawings, allowing users to create, read, update, and delete them, alongside robust export functionalities to SVG, PNG, and JSON formats. Utilizing a straightforward file-based storage system and communicating via `stdio`, this server is ideal for integrating Excalidraw directly into development environments and AI-assisted tools, such as GitHub Copilot or VSCode, to enhance productivity and automate diagram generation.