Godot MCP Enhanced
给 AI(Claude Code、Cursor、CodeBuddy 等 MCP 客户端)一个能真正读、写、跑、验证 Godot 项目的 工具层:46 个 MCP 工具(merged,共 271 个 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 who work with closed loop, game dev and gdscript and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.
VERIFIED ACTIVE
LAST COMMIT 2026-09-13 · ★ 96 · #4 OF 43 MAINTAINED GAMING · VERIFIED 2026-09-18
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.33.1 · 2026-09-13
v0.33.1(2026-09-13) · 自 v0.32.11 以来的变更(含 0.32.12–0.32.21 十一批次、0.33.0、0.33.1): · v0.33.1 - 竞品启发加固批(2026-09-01 完成延迟合并) · monitor 输出可解释性:properties 返回过滤后实际监控列表 + dropped_blocked 逐个点名被滤属性 + 数值极值摘要(min/max 及发生帧/时刻,仅数值属性)接入…
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…
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
- repository
- github.com/wgt19861219/godot-mcp-enhanced
- category
- gaming - ranked #4 of 43 actively-maintained gaming servers as of 2026-09-18.
- release cadence
- 10+ releases in the last 90 days (latest 2026-09-13)
- 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 项目的 工具层:46 个 MCP 工具(merged,共 271 个 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-09-18, its last commit was 2026-09-13 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
Alternatives to Godot MCP Enhanced
Maintained gaming servers if Godot MCP Enhanced isn't the fit.
- Unity MCP Make 3D games in Unity Engine with AI. MCP Server + Plugin for Unity Editor and Unity games. ★ 4,283 · 2026-09-17
- Gearboy MCP Server MCP server for Gearboy Nintendo Game Boy / Game Boy Color emulator ★ 1,205 · 2026-09-16
- Godot MCP MCP server for Godot game engine integration - control the Godot editor with AI ★ 430 · 2026-08-24
- Gearsystem MCP Server MCP server for Gearsystem Sega Master System / Game Gear / SG-1000 emulator ★ 387 · 2026-09-16
- Flutter MCP Toolkit Inspect and drive Flutter debug apps/games: semantic snapshots, search, and custom client tools ★ 375 · 2026-09-14
- Gopeak GoPeak - The most comprehensive MCP server for Godot Engine. 95+ tools, LSP, DAP, screenshots. ★ 257 · 2026-09-12
More gaming MCP servers · Wavedash · FiveM MCP · UnrealMCP - AI Bridge for Unreal Engine 5 · Renforge · Tripwire
More TypeScript MCP servers · Oraclaw · When · Apibase · Australian Tax MCP · Gateway Scan · see all