MCP Directory

youichi-uda/godot-mcp-pro

GitHub
Other

Premium MCP server for Godot game engine with 84 tools for scene editing, scripting, animation, tilemap, shader, input simulation, and runtime debugging.

Direct install

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

npx -y godot-mcp-pro

Use with Agent-CoreX

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

agent-corex.json

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

Route youichi-uda/godot-mcp-pro 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-pro

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

Direct Install

Use youichi-uda/godot-mcp-pro directly without routing

npx -y godot-mcp-pro

New to Agent-CoreX? View setup guide →

youichi-uda/godot-mcp-pro MCP Server — Agent-CoreX