Godot MCP (satelliteoflove)

Give your AI assistant eyes and hands in the Godot editor - and a running game it can actually playtest. It runs locally over stdio via the published package.

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

VERIFIED ACTIVE

LAST COMMIT 2026-08-23 · ★ 146 · VERIFIED 2026-08-25

MIT · GDScript · how we verify → /methodology

01 · Install Godot MCP (satelliteoflove)

before you install - you'll need

The README does not document required environment variables for a basic install.

Claude Code

claude mcp add satelliteoflove-godot-mcp -- npx -y @satelliteoflove/godot-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "satelliteoflove-godot-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@satelliteoflove/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

license MIT - declared in the repository

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

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

03 · What Godot MCP (satelliteoflove) can do

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

Latest releases

godot-mcp-v4.1.0 · 2026-06-20

4.1.0 (2026-06-20) · add godot_scene reload action to refresh an open scene from disk

godot-mcp-v4.0.1 · 2026-06-14

4.0.1 (2026-06-14) · align tool annotation hints across the surface

godot-mcp-v4.0.0 · 2026-06-13

4.0.0 (2026-06-13) · the godot_scene create action, the godot_node create/delete/attach_script/detach_script/connect_signal actions, and all MCP resources are removed. Create scenes and nodes by editing scene files…

04 · Who maintains Godot MCP (satelliteoflove)

Godot MCP is maintained by satelliteoflove. It's the only MCP server we track from this author; the repo dates to Dec 2025.

05 · Facts

category
gaming - actively maintained as of 2026-08-25.
release cadence
10+ releases in the last 90 days (latest 2026-06-20)
registry
io.github.satelliteoflove/godot-mcp (active, first published 2026-06-14 · 3 versions)
packages
npm:@satelliteoflove/godot-mcp

06 · Godot MCP (satelliteoflove) FAQ

What is Godot MCP (satelliteoflove)?

Give your AI assistant eyes and hands in the Godot editor - and a running game it can actually playtest. It runs locally over stdio via the published package.

Is Godot MCP (satelliteoflove) 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 (satelliteoflove)?

Run `npx -y @satelliteoflove/godot-mcp`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.

Does Godot MCP (satelliteoflove) 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 (satelliteoflove)

More gaming MCP servers · Sprite Cook · Godot MCP Bridge · Godot MCP Enhanced · Wavedash