excalidraw-mcp

excalidraw-mcp

18

The Excalidraw MCP Server allows users to manipulate and manage Excalidraw drawings via an API, offering functionality to create, update, delete, and export drawings in various formats. The server simplifies interaction with Excalidraw drawings, enhancing operability and efficiency for developers.

How do I start the Excalidraw MCP server?

After cloning the repository and installing dependencies, you can start the server using the command npm start.

What formats can I export my drawings to?

You can export your drawings to SVG, PNG, and JSON formats.

Is there a way to list all drawings?

Yes, you can use the list_drawings tool to list all Excalidraw drawings.

What storage system does the server use?

The server uses a simple file-based storage system.

Can I update an existing drawing?

Yes, you can update an existing drawing using the update_drawing tool by providing the drawing ID.