Odel
Godot MCP

Godot MCP

Local
@tugcantopaloglu443JavaScriptMITUpdated 1mo ago

MCP server for full Godot 4.x engine control with 165 tools for AI-driven game development

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@tugcantopaloglu/godot-mcpv1.0.0

Run

npx -y @tugcantopaloglu/godot-mcp

MCP client config

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