Skip to main content
Glama

Excalidraw MCP Server

by i-tozer

Excalidraw MCP サーバー

これは、Excalidraw の Model Context Protocol (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.

SVG、PNG、JSON などのさまざまな形式で Excalidraw 図面を作成、管理、エクスポートするための API 機能を提供するモデル コンテキスト プロトコル サーバー。

  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