The Excalidraw MCP server provides AI assistants with direct access to create, manage, and export Excalidraw drawings through a set of specialized tools. Built with TypeScript using the Model Context Protocol SDK, it offers eight core tools for creating, retrieving, updating, deleting, and listing drawings, as well as exporting them to SVG, PNG, and JSON formats. The implementation features persistent storage of drawings, comprehensive error handling, and Docker containerization for easy deployment. This server is particularly valuable for workflows requiring diagramming capabilities within AI assistant conversations, allowing users to create and manipulate visual content without leaving their conversational interface.
No reviews yet. Be the first to review!
Sign in to join the conversation
Create a new Excalidraw drawing.
Get an Excalidraw drawing by ID.
Update an Excalidraw drawing by ID.
Delete an Excalidraw drawing by ID.
List all Excalidraw drawings.
Export an Excalidraw drawing to SVG.
Export an Excalidraw drawing to PNG.
Export an Excalidraw drawing to JSON.