mcpbeat Sign in

Better Godot MCP Server

local only

Better Godot MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 1 405 installs a week from npm. Last commit 13 Sep 2026.

Composite MCP server for Godot Engine -- 17 composite tools for AI-assisted game development.

The author archived this repository on GitHub, meaning it is no longer maintained.

Installs per day peak 410 · avg 119 · +299% w/w
a month agotoday
1 405
Installs / week
npm · @n24q02m/better-godot-mcp
37
Stars
1 open issues
13 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

What the code does

We read the source, 23 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] bin/cli.mjs:1
этот файл ставится пользователю, но в репозитории его нет
  const result = spawnSync(godotPath, args, {

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add better-godot-mcp -- npx -y @n24q02m/better-godot-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "better-godot-mcp": {
      "args": [
        "-y",
        "@n24q02m/better-godot-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.better-godot-mcp]
command = "npx"
args = ["-y", "@n24q02m/better-godot-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "better-godot-mcp": {
      "args": [
        "-y",
        "@n24q02m/better-godot-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "better-godot-mcp": {
      "args": [
        "-y",
        "@n24q02m/better-godot-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: GODOT_PROJECT_PATH (Default Godot project path. Most tools also accept project_path parameter.), GODOT_PATH (Path to Godot binary. Auto-detected if not set.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Better Godot MCP

same job, measured the same way
Godot MCP
by tugcantopaloglu

MCP server for full Godot 4.x engine control with 165 tools for AI-driven game development

92 installs/wk local only
Unreal Engine MCP
by chir24

MCP server for Unreal Engine 5 with 23 tools for game development automation.

225 installs/wk local only
Webcomponents MCP Server
by ui5

MCP server for UI5 Web Components development assistance

192 installs/wk local only
Hindsight MCP
by rbfinch

MCP server for AI-assisted coding with development history: git, tests, Copilot.

local only
replicant-mcp
by thecombatwombat

Android MCP server for AI-assisted development. Build, test, emulate, and automate.

121 installs/wk local only
Godot MCP
by tomyud1

MCP server for Godot game engine integration — control the Godot editor with AI

462 installs/wk local only
Godot MCP Bridge
by tomaslucasutn

MCP server for Godot game engine integration — control the Godot editor with AI

234 installs/wk local only
Sfcc Dev MCP
by taurgis

MCP server for Salesforce B2C Commerce Cloud development assistance

506 installs/wk local only

Better Godot MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Better Godot MCP?
Better Godot MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @n24q02m/better-godot-mcp was installed 1 405 times last week.
Is Better Godot MCP still maintained?
The author archived this repository on GitHub, meaning it is no longer maintained. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Better Godot MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @n24q02m/better-godot-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Better Godot MCP?
The npm package @n24q02m/better-godot-mcp was installed 1 405 times in the last week. Week over week that is +299%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Better Godot MCP open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript, 37 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.