MCP.so
ログイン
サーバー

Godot MCP

@Coding-Solo

MCP server for interfacing with Godot game engine. Provides tools for launching the editor, running projects, and capturing debug output.

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "godot": {
      "command": "npx",
      "args": [
        "@coding-solo/godot-mcp"
      ]
    }
  }
}

「その他」の他のコンテンツ