Godot MCP Enhanced
Rank #769io.github.wgt19861219/godot-mcp-enhanced
Enhanced Godot 4.5-4.7 MCP: headless+editor+bridge, secure GDScript sandbox, closed-loop AI dev.
Godot MCP Enhanced is a Model Context Protocol (MCP) server published by wgt19861219. It ranks #769 of 115,460 servers tracked on MCP Toplist, and its repository has 91 GitHub stars. Godot MCP Enhanced is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Jun 26, 2026 and most recently updated on Jul 25, 2026.
Ranks ahead of 114,691 of 115,460 servers on MCP Toplist.
Use Godot MCP Enhanced
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add godot-mcp-enhanced -e "GODOT_PATH=<your GODOT_PATH>" -e "GODOT_PROJECT_PATH=<your GODOT_PROJECT_PATH>" -e "ALLOWED_PROJECT_PATHS=<your ALLOWED_PROJECT_PATHS>" -- npx -y godot-mcp-enhancedReplace each placeholder with your own value before saving.
[mcp_servers.godot-mcp-enhanced]
command = "npx"
args = ["-y", "godot-mcp-enhanced"]
[mcp_servers.godot-mcp-enhanced.env]
GODOT_PATH = "<your GODOT_PATH>"
GODOT_PROJECT_PATH = "<your GODOT_PROJECT_PATH>"
ALLOWED_PROJECT_PATHS = "<your ALLOWED_PROJECT_PATHS>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"godot-mcp-enhanced": {
"command": "npx",
"args": [
"-y",
"godot-mcp-enhanced"
],
"env": {
"GODOT_PATH": "<your GODOT_PATH>",
"GODOT_PROJECT_PATH": "<your GODOT_PROJECT_PATH>",
"ALLOWED_PROJECT_PATHS": "<your ALLOWED_PROJECT_PATHS>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"godot-mcp-enhanced": {
"command": "npx",
"args": [
"-y",
"godot-mcp-enhanced"
],
"env": {
"GODOT_PATH": "<your GODOT_PATH>",
"GODOT_PROJECT_PATH": "<your GODOT_PROJECT_PATH>",
"ALLOWED_PROJECT_PATHS": "<your ALLOWED_PROJECT_PATHS>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"godot-mcp-enhanced": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"godot-mcp-enhanced"
],
"env": {
"GODOT_PATH": "<your GODOT_PATH>",
"GODOT_PROJECT_PATH": "<your GODOT_PROJECT_PATH>",
"ALLOWED_PROJECT_PATHS": "<your ALLOWED_PROJECT_PATHS>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"godot-mcp-enhanced": {
"command": "npx",
"args": [
"-y",
"godot-mcp-enhanced"
],
"env": {
"GODOT_PATH": "<your GODOT_PATH>",
"GODOT_PROJECT_PATH": "<your GODOT_PROJECT_PATH>",
"ALLOWED_PROJECT_PATHS": "<your ALLOWED_PROJECT_PATHS>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"godot-mcp-enhanced": {
"command": "npx",
"args": [
"-y",
"godot-mcp-enhanced"
],
"env": {
"GODOT_PATH": "<your GODOT_PATH>",
"GODOT_PROJECT_PATH": "<your GODOT_PROJECT_PATH>",
"ALLOWED_PROJECT_PATHS": "<your ALLOWED_PROJECT_PATHS>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.wgt19861219%2Fgodot-mcp-enhanced)<a href="https://mcptoplist.com/server/io.github.wgt19861219%2Fgodot-mcp-enhanced"><img src="https://mcptoplist.com/badge/io.github.wgt19861219%2Fgodot-mcp-enhanced.svg" alt="MCP Toplist: Top 1% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
wgt19861219
Available versions (1)
| Version | Published |
|---|---|
| 0.24.0 | Jul 25, 2026 |
Frequently asked questions
- Who maintains Godot MCP Enhanced?
- Godot MCP Enhanced is maintained by wgt19861219, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is Godot MCP Enhanced listed on the Official MCP Registry?
- Yes — Godot MCP Enhanced is listed on the Official MCP Registry, alongside Glama.
- How many versions does Godot MCP Enhanced have?
- MCP Toplist tracks 1 version of Godot MCP Enhanced, most recently published on Jul 25, 2026.
- Where can I find the source code for Godot MCP Enhanced?
- The source code for Godot MCP Enhanced is hosted at github.com/wgt19861219/godot-mcp-enhanced.