MCP.so
登录

Excalidraw MCP Server

@i-tozer

关于 Excalidraw MCP Server

Model Context Protocol (MCP) server for Excalidraw - Work in Progress

基本信息

分类

其他

运行时

node

传输方式

stdio

发布者

i-tozer

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Excalidraw MCP Server?

It is a Model Context Protocol (MCP) server that provides API functionality for operating on Excalidraw drawings, including create, read, update, and delete operations, as well as export to SVG, PNG, and JSON formats. It uses a simple file-based storage system.

How to use Excalidraw MCP Server?

Clone the repository, install dependencies with npm install, build with npm run build, then start the server using npm start. The server exposes tools such as create_drawing, get_drawing, update_drawing, delete_drawing, list_drawings, export_to_svg, export_to_png, and export_to_json.

Key features of Excalidraw MCP Server

  • Create, read, update, and delete Excalidraw drawings
  • Export drawings to SVG, PNG, and JSON formats
  • Simple file-based storage system
  • Written in TypeScript with common error handling

Use cases of Excalidraw MCP Server

FAQ from Excalidraw MCP Server

What runtime does Excalidraw MCP Server require?

It requires Node.js and is installed via npm.

How are drawings stored?

Drawings are stored using a simple file-based storage system.

What export formats are supported?

Export is supported to SVG, PNG, and JSON formats.

What drawing management operations are available?

The server provides create, get, update, delete, and list operations.

Is authentication required?

The README does not mention any authentication mechanism.

评论

其他 分类下的更多 MCP 服务器