Godot MCP Enhanced

给 AI(Claude Code、Cursor、CodeBuddy 等 MCP 客户端)一个能真正读、写、跑、验证 Godot 项目的 工具层:45 个 MCP 工具(merged,共 248 个 action;完整清单见 capability-matrix)覆盖场景/脚本/UI/动画/物理/粒子/导航/音频/测试/导出/3D 参数化资产(asset:11 shape + 路径阵列 + batch 原子 undo),三层架构 (headless + editor + game bridge)+ 路径白名单 / 注入防御 / sandbox 安全体系。 赛道竞品普遍押注「生成」(authoring),本项目押注「验证」(verification) - - QA 编排、回归 diff、操作审计与确定性 playtest 共同构成 AI 游戏开发的持续验证管线(CI for AI-assisted game development)。

People connecting gaming tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-23 · ★ 91 · #3 OF 35 MAINTAINED GAMING · VERIFIED 2026-08-25

NOASSERTION · TypeScript servers · how we verify → /methodology

01 · Install Godot MCP Enhanced

Claude Code

claude mcp add wgt19861219-godot-mcp-enhanced -- npx -y godot-mcp-enhanced

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license no standard license detected - usage rights unclear; check the repo before commercial use

npm package godot-mcp-enhanced - unscoped; check the name against the project README before installing

registry namespace io.github.wgt19861219 is GitHub-verified and matches the repo owner

03 · What Godot MCP Enhanced can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.32.11 · 2026-08-21

v0.32.11(2026-08-21) · 自 v0.32.10 以来的变更: · bridge 反馈三坑收口(2026-08-19 CardGame2 全量走查反馈) · find_nodes 消费 root 参数:按 root 限定子树搜索起点(推荐绝对路径);无效 root 报结构化错误(-7 Root node not found)而非静默全树 · install_override 插 [autoload]…

v0.32.10 · 2026-08-21

v0.32.10(2026-08-21) · 自 v0.32.6 以来的四批变更(0.32.7 → 0.32.10): · v0.32.10 - 审查修复三批合入(17 条专项审查全处置) · 批 1 测试基建:弱断言还债 860→732(防恶化门禁恢复 128 预防)、e2e workflow 全 skip 假绿守门、mock 工厂 satisfies + typecheck:helpers CI 门禁 · 批 2 GD…

v0.32.6 · 2026-08-19

可选 scene_path 对任意场景操作(外部贡献 PR#36 集成,v0.32.6)

04 · Who maintains Godot MCP Enhanced

godot-mcp-enhanced is maintained by wgt19861219. It's the only MCP server we track from this author; the repo dates to Mar 2026.

05 · Facts

category
gaming - ranked #3 of 35 actively-maintained gaming servers as of 2026-08-25.
release cadence
10+ releases in the last 90 days (latest 2026-08-21)
registry
io.github.wgt19861219/godot-mcp-enhanced (active, first published 2026-07-25)
packages
npm:godot-mcp-enhanced

06 · Godot MCP Enhanced FAQ

What is Godot MCP Enhanced?

给 AI(Claude Code、Cursor、CodeBuddy 等 MCP 客户端)一个能真正读、写、跑、验证 Godot 项目的 工具层:45 个 MCP 工具(merged,共 248 个 action;完整清单见 capability-matrix)覆盖场景/脚本/UI/动画/物理/粒子/导航/音频/测试/导出/3D 参数化资产(asset:11 shape + 路径阵列 + batch 原子 undo),三层架构 (headless + editor + game bridge)+ 路径白名单 / 注入防御 / sandbox 安全体系。 赛道竞品普遍押注「生成」(authoring),本项目押注「验证」(verification) - - QA 编排、回归 diff、操作审计与确定性 playtest 共同构成 AI 游戏开发的持续验证管线(CI for AI-assisted game development)。

Is Godot MCP Enhanced still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-23 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install Godot MCP Enhanced?

Run `npx -y godot-mcp-enhanced`. You can also paste the ready-made client config above.

Does Godot MCP Enhanced run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Godot MCP Enhanced

More gaming MCP servers · Wavedash · UnrealMCP - AI Bridge for Unreal Engine 5 · Renforge · Tripwire

More TypeScript MCP servers · Oraclaw · When · Apibase · Gateway Scan · Wireboard MCP Server · see all