MCP Directory

Erodenn/godot-mcp-runtime

GitHub
Other

MCP server for Godot 4.x with runtime control via injected UDP bridge: input simulation, screenshots, UI discovery, and live GDScript execution while the game is running.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y godot-mcp-runtime

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from Erodenn/godot-mcp-runtime your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "godot-mcp-runtime": {
      "command": "npx",
      "args": [
        "-y",
        "godot-mcp-runtime"
      ]
    }
  }
}

Route Erodenn/godot-mcp-runtime intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add godot-mcp-runtime

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use Erodenn/godot-mcp-runtime directly without routing

npx -y godot-mcp-runtime

New to Agent-CoreX? View setup guide →

Erodenn/godot-mcp-runtime MCP Server — Agent-CoreX