$ timeahead.in
/ servers/npm/@coding-solo/godot-mcp
npm

@coding-solo/godot-mcp

MCP server for interfacing with Godot game engine. Provides tools for launching the editor, running projects, and capturing debug output.

5k stars3k/wkupdated 80d agogithub ↗
89good
▣ Overview
Github-sponsorsMade with Godot

What it does

The Godot MCP server bridges Claude and the Godot engine, enabling AI agents to launch the editor, run projects in debug mode, and capture console output in real time. Beyond basic execution control, it supports programmatic scene creation, node management, sprite and texture loading, and 3D mesh exports. For Godot 4.4+, it can manage resource UIDs by resaving files. This direct feedback loop helps Claude iterate on game code by observing actual engine behavior—understanding what compiles, what runs, and what fails.

Who it's for

Game developers integrating Claude into their Godot workflow: solo developers debugging projects, game dev teams using AI-assisted code generation, or anyone who wants real-time in-engine feedback during development without repeated manual back-and-forth.

Common use cases

  • Run a Godot project from Claude Code to validate code changes before committing
  • Create new scenes with specified root nodes and add child nodes with custom properties via Claude guidance
  • Capture console output and error logs to debug game logic, rendering, or physics behavior
  • Retrieve project structure and Godot version for context-aware code generation tailored to your project
  • Programmatically load sprites into Sprite2D nodes or export 3D scenes as GridMap resources

Setup pitfalls

  • Godot must be installed and accessible in PATH; non-standard installations require setting the GODOT_PATH environment variable
  • Requires Node.js 18.0.0 or later
  • CI is not passing and the last commit was 49 days ago—verify compatibility with your specific Godot version before use
  • Reads filesystem directly—confine usage to trusted project directories
▣ Score BreakdownMCPScore = Σ(raw × weight)
DimensionRawWeighted
Security
35%
100
35.0
Freshness
25%
100
25.0
Adoption
20%
78
15.6
Quality
10%
80
8.0
Trust
10%
50
5.0
Total
88.6
⚿ Capabilities & Risk Explainer
fs readexec
◆ Risk level: medium
fs read + exec — can run system processes directly on your machine.
⚙ Install config
Claude Desktop · Cursor · Windsurf · VS Code (Copilot) · Claude Code
add to your MCP client config:
{
  "mcpServers": {
    "coding-sologodot": {
      "command": "npx",
      "args": [
        "-y",
        "@coding-solo/godot-mcp"
      ]
    }
  }
}
📈 Score historylast 33 snapshots
5/25/20267/6/2026 · 33 snapshots
⚙ Maintenance health
maintenance data not yet available — check back later.
⛁ Raw data
weekly downloads3k
github stars5k
forks419
open issues57
license✓ present
readme length9076 chars
last publish0d ago
last commit80d ago
last updated2d ago
owner of this server? claim your listing to get a verified badgeclaim →
🔔 Score drop alerts
get notified by email when this server's score drops 5+ points