excalidraw-mcp
Excalidraw MCP サーバー(Excalidraw v2 仕様準拠)
Excalidraw 図の作成・管理を行うための MCP(Model Context Protocol)サーバーです。公式の Excalidraw v2 仕様に準拠するようアップグレードされています。
機能
コア要素ツール
ツール | 説明 |
| 単一の Excalidraw 要素を作成 |
| 1 回の呼び出しで複数の要素を作成 |
| ID で既存の要素を更新 |
| ID で要素を削除 |
| タイプまたはカスタムフィルターで要素をクエリ |
| キャンバスからすべての要素をクリア |
ファイル操作
ツール | 説明 |
| キャンバスを |
|
|
| 完全なシーン JSON を取得 |
ライブラリアイテム(公式 Excalidraw アイコンパック)
ツール | 説明 |
| インストール済みのすべてのライブラリからアイテムを検索または一覧表示( |
| アイコンを位置とオプションのスケールで挿入( |
インストール済み公式ライブラリ(499 以上のアイコン):
AWS アーキテクチャアイコン(
aws-architecture-icons):249 アイコン(CloudSearch、EMR、DynamoDB、S3、EC2、Lambda、VPC、RDS、Kinesis など)Google アイコン(
google-icons):139 アイコン(Anthos、BigQuery、Compute Engine、Cloud Run、GKE、Firestore など)システム設計コンポーネント(
system-design-components):24 アイテム(アプリケーションサーバー、マルチインスタンスサーバー、ロードバランサーなど)UML・ER 図用シェイプ(
uml-er-diagrams):21 アイテム(エンティティ、リレーション、コネクタ、シェイプ)ソフトウェアロゴ(
software-logos):18 アイコン(Docker、JSON、Git、データベースロゴなど)アーキテクチャ図コンポーネント(
architecture-diagram-components):11 コンポーネント(Slack、Docker、GitHub、VPC、サブネット)ソフトウェアアーキテクチャ(
software-architecture):7 つのコア図要素ロボット(
robots):7 つのイラストロボット図組み込み共通アイコン(
built-in):23 の軽量ネイティブアイコン
自動レイアウトフローチャート
ツール | 説明 |
| DagreJS 自動レイアウトでフローチャートを作成 |
対応レイアウト: 上から下(TB)、左から右(LR)、下から上(BT)、右から左(RL) ノードシェイプ: 長方形、楕円、ひし形
// Update an existing element
update_element({ id: "mybox1", strokeColor: "#099268", text: "Updated!", width: 200 })
// Query elements by filter
query_elements({ filter: { type: "rectangle" } })
// Export to file
export_file({ filePath: "docs/architecture.excalidraw" })Related MCP server: excalidraw-architect-mcp
セットアップ
MCP 設定ファイル(例:claude_desktop_config.json、.cursor/mcp.json、または ~/.omp/agent/mcp.json)に追加します:
{
"mcpServers": {
"excalidraw": {
"type": "stdio",
"command": "node",
"args": ["/path/to/excalidraw-mcp/src/cli.js"]
}
}
}This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityFmaintenanceSecurity-hardened MCP server for Excalidraw with API key auth, rate limiting, real-time WebSocket sync, and 14 diagramming tools162793MIT
- AlicenseBqualityAmaintenanceAn MCP server that generates beautiful Excalidraw architecture diagrams with perfect auto-layout, stateful editing, and architecture-aware component styling.24142MIT
- Alicense-qualityDmaintenanceAn MCP server that enables AI assistants to programmatically create and manage flowcharts, ERDs, and swimlane diagrams. It provides tools for manipulating diagram structures, performing auto-layouts, and exporting to Mermaid or Markdown formats.14MIT
- AlicenseAqualityAmaintenanceMCP server for creating and editing diagrams using draw.io. Allows generating diagrams from Mermaid or XML, searching shapes, and opening them in draw.io for export.20Apache 2.0
Related MCP Connectors
AI agent draws editable hand-drawn diagrams (flowchart, ER, architecture) via MCP, not static images
Official Miro MCP server - Supports context to code and creating diagrams, docs, and data tables.
MCP server for Flux AI image generation
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/thiendt1608/excalidraw-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server