MCP.so
登录

Excalidraw MCP

@al1y

关于 Excalidraw MCP

MCP server creating Excalidraw diagrams via Claude Desktop, Cursor, or other hosts with a live web app preview.

基本信息

分类

其他

运行时

node

传输方式

stdio

发布者

al1y

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "excalidraw": {
      "command": "node",
      "args": [
        "<repo_root>\\build\\index.js"
      ]
    }
  }
}

工具

未检测到工具

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

概览

What is Excalidraw MCP?

An MCP server that creates Excalidraw diagrams via Claude Desktop, Cursor, or other hosts, with a live web app preview.

How to use Excalidraw MCP?

Install dependencies with npm i, build with npm run build, then configure the MCP host to use node <repo_root>/build/index.js as the command and arguments.

Key features of Excalidraw MCP

  • Creates Excalidraw diagrams programmatically.
  • Provides a live web app preview of diagrams.
  • Works with Claude Desktop, Cursor, and other MCP hosts.

Use cases of Excalidraw MCP

FAQ from Excalidraw MCP

评论

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