0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Codex CLI に Draw.io MPCを導入する

0
Posted at

概要

  • Codex CLIにDraw.io MCPを導入する方法の備忘録 (コマンド記録)
  • Ubuntu 24.04 on WSL、Codex CLI v.0.104.0 での導入
  • npm, npx, Codex CLI, Draw.ioのMCPについての説明やその使い方はこの文章には含まれない

背景

検索するとClaude CodeへのDraw.ioのMPCの導入方法はすぐ出てきたがCodex CLIへの登録方法がすぐに出てこなかったので備忘録として作成

環境

  • 2026年2月23日に作業
  • Codex CLI (v0.104.0) が導入済み
  • Ubuntu 24.04 on WSL v2

インストール

home以下に作って作業する例。必要に応じて書き換えれば良い。

cd ~
mkdir drawio-mcp
cd drawio-mcp
npm init -y
npm install @drawio/mcp

単体起動確認

npx @drawio/mcp

正常なら:

Draw.io MCP server running on stdio

登録

登録コマンド

codex mcp add drawio -- npx -y @drawio/mcp

登録確認

codex mcp list

結果例

Name    Command  Args            Env  Cwd  Status   Auth
drawio  npx      -y @drawio/mcp  -    -    enabled  Unsupported 
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?