ClaudeSuperPower
G

godot

MCP Server

The most complete Godot 4 MCP: secure sandbox, 40+ tools (projects–runtime), major MCP clients.

Install

claude mcp add godot -- uvx godot-mcp-server

What is godot?

The most complete Godot 4 MCP: secure sandbox, 40+ tools (projects–runtime), major MCP clients.

Trust

74/100 · Good

3 factors scored below maximum

Documentation

README · ~9 min read

Godot MCP Server

CI Python 3.10+ License: MIT

A comprehensive FastMCP server for Godot 4.x game development. Provides tooling for AI-assisted workflows: project management, file operations, asset discovery, GDScript development, and optional Godot execution.

Contributing · Security

Security model: All Godot projects, file writes, and Asset Library downloads are restricted to a single workspace directory on your machine (default ~/godot-games). The server refuses paths outside that tree. See Workspace setup.

Code execution: godot_run_game and godot_execute_script require GODOT_MCP_ALLOW_GODOT_EXEC in the server environment. The shipped MCP JSON configs set it to 1 so these tools work after copy-paste. Running python godot_mcp_server.py without that env still leaves execution off until you export it. To lock down an IDE install, remove the variable or set it to 0. See Godot execution (environment).

HTTP transport: Binding to 0.0.0.0 or :: exposes the MCP server on all network interfaces; prefer 127.0.0.1 unless you use a firewall or VPN.

Symlinks: GODOT_MCP_ROOT is resolved with symlinks followed; point it at a real directory you control.

Reviews

Log in to leave a review.

No reviews yet — be the first.

Explore related

Other things in this space — across every part of the ecosystem, not just mcp servers.