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?

親子対話:GodotでPWAを作れるぞ(4)Godot MCP編

0
Last updated at Posted at 2026-06-04

父「また知らない子が出た。MCPって何だ」

娘「Model Context Protocol。AIアシスタントとGodotをつなぐプロトコル」

父「AIがGodotを操作できるってこと?」

娘「そう。コード生成やSceneの編集をAIに任せられる」

父「具体的にはどう使うんだ」

娘「Godot MCPサーバーを起動して、AIアシスタント(Claudeやopencode)から接続する」

# Godot MCPサーバーの起動
godot --headless --mcp

父「ヘッドレスって画面なしで動かすのか」

娘「そう。バックグラウンドで待機して、AIからの指示を受ける」

父「AIにどんな指示を出せるんだ」

娘「ノードの追加・削除、シーンの作成、スクリプトの生成・編集」

娘「アニメーションの設定、マテリアルの変更…色々できる」

父「つまり対話形式でゲームを作れる?」

娘「そういうこと😉『画面中央に赤いボタンを置いて』で一発」

父「それはすごいな。手でポチポチ配置しなくていいのか」

娘「Godot MCPがあれば、AIが代わりにSceneツリーを編集してくれる」

父「プロンプト次第で色々できそうだな」

娘「そこは次回やろう」

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?