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.
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요
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.