Excalidraw
Summary
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.
Available Actions(8)
create_drawing
Create a new Excalidraw drawing.
get_drawing
Get an Excalidraw drawing by ID.
update_drawing
Update an Excalidraw drawing by ID.
delete_drawing
Delete an Excalidraw drawing by ID.
list_drawings
List all Excalidraw drawings.
export_to_svg
Export an Excalidraw drawing to SVG.
export_to_png
Export an Excalidraw drawing to PNG.
export_to_json
Export an Excalidraw drawing to JSON.
コミュニティレビュー
まだレビューはありません. 最初のレビューを投稿しましょう!
会話に参加するにはサインインしてください