Skip to content
Agent Search Engine.

Record · godot-mcpMCP serverOpen sourceVerified Sep 23, 2026

Godot MCP

Launch the Godot editor, run projects and read debug output from an AI assistant.

Sources and review

Checked against public documentation on . Suitability guidance is our editorial judgment; this is not a performance benchmark or an endorsement.

Best for

Godot developers using an AI coding agent who want it to run the game and read the errors itself.

About Godot MCP

Godot MCP gives MCP clients tools to launch the Godot editor, run projects in debug mode, capture console output and errors, and stop execution, giving agents that write game code a direct feedback loop. It also creates and edits scenes, loads sprites into Sprite2D nodes, exports MeshLibrary resources and manages UIDs on Godot 4.4 and later.

Godot MCP is an open-source project written primarily in JavaScript, with 5.8k stars on GitHub. It was last updated in April 2026.

Add Godot MCP to your MCP client

Generated from the launch command in the project's README. Your client starts the server on demand.

Claude CodeRun in your terminal
claude mcp add godot-mcp -- npx @coding-solo/godot-mcp
Cursor~/.cursor/mcp.json or .cursor/mcp.json
{
  "mcpServers": {
    "godot-mcp": {
      "command": "npx",
      "args": ["@coding-solo/godot-mcp"]
    }
  }
}
VS Code.vscode/mcp.json
{
  "servers": {
    "godot-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": ["@coding-solo/godot-mcp"]
    }
  }
}
Claude Desktopclaude_desktop_config.json
{
  "mcpServers": {
    "godot-mcp": {
      "command": "npx",
      "args": ["@coding-solo/godot-mcp"]
    }
  }
}
Codex~/.codex/config.toml
[mcp_servers.godot-mcp]
command = "npx"
args = ["@coding-solo/godot-mcp"]

Check the project's README for required accounts, keys and permissions before connecting. Setup guide for each client →

For agent buildersMake your product part of the discovery.Explore advertising

Godot MCP vs. the alternatives

All 163 alternatives →
RecordStarsPricing
Godot MCPMCP serverthis listing5.8kOpen source
MCP Reference ServersMCP server91kOpen source
context7MCP server62kOpen source
chrome-devtools-mcpMCP server53kOpen source
Playwright MCPMCP server37kOpen source
github-mcp-serverMCP server33kOpen source

See all 163 Godot MCP alternatives, compared →