Better Godot MCP

Composite MCP server for Godot Engine -- 17 composite tools for AI-assisted game development. Its 16 documented tools cluster into project, scenes, nodes, scripts. It runs locally over stdio via the published package.

People who work with docker, godot and gdscript and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

NO LONGER MAINTAINED

LAST COMMIT 2026-09-13 · ★ 37 · VERIFIED 2026-09-18

Apache-2.0 · TypeScript servers · how we verify → /methodology

01 · Install Better Godot MCP

before you install - you'll need

GODOT_PROJECT_PATH is optional or environment-specific per the README.

Claude Code

claude mcp add n24q02m-better-godot-mcp -- npx -y @n24q02m/better-godot-mcp

Claude Desktop / Cursor / VS Code - add to config

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

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 · container (OCI image) - can be sandboxed away from your filesystem

repository archived on GitHub - read-only; no future fixes, security or otherwise

license Apache-2.0 - declared in the repository

npm package @n24q02m/better-godot-mcp - published under the repo owner's npm scope (@n24q02m)

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

03 · What Better Godot MCP can do

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

What you can build

An agent gets 16 documented tools across project, scenes, nodes, including project, scenes, nodes, scripts.

Capability map

Tools grouped from the project's README - what Better Godot MCP lets an agent do.

Project

1 tool - e.g. Project metadata, run/stop, and settings

project

Scenes

1 tool - e.g. Scene file management

scenes

Nodes

1 tool - e.g. Scene tree node manipulation

nodes

Scripts

1 tool - e.g. GDScript file CRUD

scripts

update

1 tool - e.g. Launch Godot editor and check status

editor

Config

1 tool - e.g. Server configuration and environment detection

config

Input

1 tool - e.g. Input action and event mapping

input_map

Signals

1 tool - e.g. Signal connections

signals

Limitations (from the README)

- Requires a Godot 4.x project structure; a Godot binary is optional for file operations - Scene files (.tscn) are parsed/modified via text manipulation, not Godot's internal API - run/stop/export actions require Godot binary to be installed - Docker mode has limited filesystem access (mount your project directory)

Latest releases

v1.24.4 · 2026-09-13

v1.24.4 (2026-09-13) · Prevent array bypass on config set (#1159, 89ba257) · Add mode badge to README (mode-matrix parity) (#1162, afbd75d) · Align mode badge with fleet standard (label 'mode', color 5C6BC0) · Archival…

v1.24.3 · 2026-09-13

v1.24.3 (2026-09-13) · Bump mcp-core to 1.24.1 (#1157, 9a1b2f6) · Fix stale two-branch comment (single-main lane) · Single-main release lane (staging branch retired) · --- · Detailed Changes: v1.24.2...v1.24.3

v1.24.2 · 2026-09-12

v1.24.2 (2026-09-12) · Update dawidd6/action-send-mail action to v21 (#1153, 5cfe788) · Update minor dependencies (#1152, 7c752ea) · Pin BSR action to v1.6.1 stable (6e688489) (#1149, 7d475db) · Align IaC with…

04 · Who maintains Better Godot MCP

better-godot-mcp is maintained by n24q02m. We track 9 MCP servers from n24q02m - 3 actively maintained, 219 combined GitHub stars, oldest repo from Dec 2025. Full record: all servers from n24q02m.

  1. better-code-review-graph Token-efficient code review knowledge graph: semantic search and call-graph resolution. ★ 68
  2. better-email-mcp IMAP/SMTP MCP server for Email with composite tools. Multi-account, auto-discovery. ★ 34
  3. better-notion-mcp Markdown-first MCP server for Notion API with 8 composite tools and 39 actions. ★ 36
  4. wet-mcp Open-source MCP server for AI agents: web search, content extraction, and library docs. ★ 17
  5. mnemo-mcp Persistent AI memory with hybrid search and embedded sync. Open, free, unlimited. ★ 11
  6. Better Telegram MCP Telegram for AI agents: messages, chats, media, and contacts in bot and user-account modes. ★ 11

05 · Facts

category
cloud infrastructure - dead as of 2026-09-18.
release cadence
8 releases in the last 90 days (latest 2026-09-13)
registry
io.github.n24q02m/better-godot-mcp (active, first published 2026-03-06 · 51 versions)
packages
npm:@n24q02m/better-godot-mcp · oci:docker.io/n24q02m/better-godot-mcp:latest

06 · Better Godot MCP FAQ

Is Better Godot MCP still maintained?

Its last commit was 2026-09-13 (as of 2026-09-18) - we classify it as dead.

What can Better Godot MCP do?

An agent gets 16 documented tools across project, scenes, nodes, including project, scenes, nodes, scripts.

How do I install Better Godot MCP?

Run `npx -y @n24q02m/better-godot-mcp`. The README documents one environment variable (GODOT_PROJECT_PATH) to set first. GODOT_PROJECT_PATH is optional or environment-specific per the README. You can also paste the ready-made client config above.

Does Better Godot MCP 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 Better Godot MCP