Back to directory
coding-solo/godot-mcp

coding-solo/godot-mcp

@Coding-Solo

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

godotmcpgame-engineaidebuggingautomationgame-developmentmodel-context-protocol

Installation & Configuration

{
  "mcpServers": {
    "godot": {
      "command": "npx",
      "args": [
        "@coding-solo/godot-mcp"
      ],
      "env": {
        "GODOT_PATH": "/path/to/godot",
        "DEBUG": "true"
      }
    }
  }
}

Information

Transport
stdio
Language
JavaScript
Created
2026/6/12
Updated
2026/6/12