Godot MCP Enhanced runs on your own machine — the client starts it, so there is no endpoint to ping. 489 installs a week from npm. Last commit 13 Sep 2026.
Enhanced Godot 4.5-4.7 MCP: headless+editor+bridge, secure GDScript sandbox, closed-loop AI dev.
We read the source, 20 h ago · rules 3dff92dd89df
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.
# undo: add_track + set_path + insert keys + move_track 恢复位置
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
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.
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.
claude mcp add godot-mcp-enhanced -- npx -y godot-mcp-enhanced
{
"mcpServers": {
"godot-mcp-enhanced": {
"args": [
"-y",
"godot-mcp-enhanced"
],
"command": "npx"
}
}
}
[mcp_servers.godot-mcp-enhanced]
command = "npx"
args = ["-y", "godot-mcp-enhanced"]
{
"mcpServers": {
"godot-mcp-enhanced": {
"args": [
"-y",
"godot-mcp-enhanced"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"godot-mcp-enhanced": {
"args": [
"-y",
"godot-mcp-enhanced"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
GODOT_PATH (Path to the Godot executable (auto-detected from PATH / GODOT_PATH / project config if omitted)), GODOT_PROJECT_PATH (Default Godot project path (auto-detected from the client's cwd if omitted)), ALLOWED_PROJECT_PATHS (Semicolon-separated whitelist of project paths the server may operate on (security boundary; falls back to GODOT_MCP_UNRESTRICTED for local dev)).
The author declared them in the registry entry; get the values from the project itself.
MCP for Roblox Studio and Open Cloud: drive Studio, run headless tests, and review game security.
Self-hosted MCP server: sandboxed browser, desktop, vision, code-edit packs for any agent.
Call Google's Antigravity CLI (agy) headlessly from non-TTY contexts (subprocess, MCP, CI).
Control local KeyShot scenes, cameras, environments, and renders through headless scripting.
Generate secured CRUD APIs over your database, run SQL, manage files, tasks and a headless browser
Live+headless Aseprite MCP: Unity export, art-QA, tilemaps, in-editor dialogs, update-aware
Local-first shared memory and task coordination for AI coding agents. Go daemon plus headless CLI.
MCP server adapter for Obscura Rust headless browser — web scraping with anti-detection.
Answers built from our own checks of this server.