Skip to main content
Glama

Excalidraw MCP Server

by i-tozer

Excalidraw MCP 服务器

这是 Excalidraw 的模型上下文协议 (MCP) 服务器,提供对 Excalidraw 图纸进行操作的 API 功能。

特征

  • 创建、读取、更新和删除 Excalidraw 图纸
  • 将绘图导出为 SVG、PNG 和 JSON 格式
  • 简单的基于文件的存储系统

安装

# Clone the repository git clone https://github.com/yourusername/excalidraw-mcp.git cd excalidraw-mcp # Install dependencies npm install # Build the project npm run build

用法

启动服务器

npm start

API 端点

该服务器提供以下工具:

图纸管理
  • create_drawing :创建一个新的 Excalidraw 绘图
  • get_drawing :通过 ID 获取 Excalidraw 绘图
  • update_drawing :通过 ID 更新 Excalidraw 绘图
  • delete_drawing :通过 ID 删除 Excalidraw 绘图
  • list_drawings :列出所有 Excalidraw 图纸
出口业务
  • export_to_svg :将 Excalidraw 绘图导出为 SVG
  • export_to_png :将 Excalidraw 绘图导出为 PNG
  • export_to_json :将 Excalidraw 绘图导出为 JSON

发展

项目结构

excalidraw-mcp/ ├── src/ │ ├── common/ │ │ └── errors.ts │ └── operations/ │ ├── drawings.ts │ └── export.ts ├── index.ts ├── package.json ├── tsconfig.json └── README.md

建筑

npm run build

以开发模式运行

npm run dev

执照

麻省理工学院

-
security - not tested
F
license - not found
-
quality - not tested

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

模型上下文协议服务器提供 API 功能,用于创建、管理和导出各种格式(如 SVG、PNG 和 JSON)的 Excalidraw 绘图。

  1. 特征
    1. 安装
      1. 用法
        1. 启动服务器
        2. API 端点
      2. 发展
        1. 项目结构
        2. 建筑
        3. 以开发模式运行
      3. 执照

        Related MCP Servers

        • A
          security
          A
          license
          A
          quality
          A Model Context Protocol server that provides tools for code modification and generation via Large Language Models, allowing users to create, modify, rewrite, and delete files using structured XML instructions.
          Last updated -
          12
          Python
          MIT License
          • Linux
          • Apple
        • A
          security
          F
          license
          A
          quality
          A Model Context Protocol server that enables LLMs to create, modify, and manipulate Excalidraw diagrams through a structured API.
          Last updated -
          11
          160
          63
          JavaScript
        • -
          security
          F
          license
          -
          quality
          A Model Context Protocol server that integrates with Figma's API, allowing interaction with Figma files, comments, components, projects, and webhook management.
          Last updated -
          997
          JavaScript
        • A
          security
          A
          license
          A
          quality
          A Model Context Protocol server providing utility tools for development and testing, offering functionalities like personalized greetings, random card drawing, and datetime formatting with an extensible architecture.
          Last updated -
          19
          464
          2
          TypeScript
          MIT License
          • Apple
          • Linux

        View all related MCP servers

        MCP directory API

        We provide all the information about MCP servers via our MCP API.

        curl -X GET 'https://glama.ai/api/mcp/v1/servers/i-tozer/excalidraw-mcp'

        If you have feedback or need assistance with the MCP directory API, please join our Discord server