Godot MCP Runtime
Rank #3,595io.github.Erodenn/godot-mcp-runtime
Zero-addon MCP server for Godot 4: agents edit, run, and play-test the game.
Godot MCP Runtime is a Model Context Protocol (MCP) server published by erodenn. It ranks #3,595 of 115,460 servers tracked on MCP Toplist, and its repository has 61 GitHub stars. Godot MCP Runtime is listed across 4 registries — Official MCP, Glama, PulseMCP and mcp.so, with 2 tracked versions. It was first listed on Mar 5, 2026 and most recently updated on Aug 7, 2026.
Ranks ahead of 111,865 of 115,460 servers on MCP Toplist.
Use Godot MCP Runtime
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add godot-mcp-runtime -e "GODOT_PATH=<your GODOT_PATH>" -e "DEBUG=<your DEBUG>" -e "GODOT_MCP_DISABLE_ELICITATION=<your GODOT_MCP_DISABLE_ELICITATION>" -e "GODOT_MCP_STRICT=<your GODOT_MCP_STRICT>" -- npx -y godot-mcp-runtimeReplace each placeholder with your own value before saving.
[mcp_servers.godot-mcp-runtime]
command = "npx"
args = ["-y", "godot-mcp-runtime"]
[mcp_servers.godot-mcp-runtime.env]
GODOT_PATH = "<your GODOT_PATH>"
DEBUG = "<your DEBUG>"
GODOT_MCP_DISABLE_ELICITATION = "<your GODOT_MCP_DISABLE_ELICITATION>"
GODOT_MCP_STRICT = "<your GODOT_MCP_STRICT>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"godot-mcp-runtime": {
"command": "npx",
"args": [
"-y",
"godot-mcp-runtime"
],
"env": {
"GODOT_PATH": "<your GODOT_PATH>",
"DEBUG": "<your DEBUG>",
"GODOT_MCP_DISABLE_ELICITATION": "<your GODOT_MCP_DISABLE_ELICITATION>",
"GODOT_MCP_STRICT": "<your GODOT_MCP_STRICT>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"godot-mcp-runtime": {
"command": "npx",
"args": [
"-y",
"godot-mcp-runtime"
],
"env": {
"GODOT_PATH": "<your GODOT_PATH>",
"DEBUG": "<your DEBUG>",
"GODOT_MCP_DISABLE_ELICITATION": "<your GODOT_MCP_DISABLE_ELICITATION>",
"GODOT_MCP_STRICT": "<your GODOT_MCP_STRICT>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"godot-mcp-runtime": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"godot-mcp-runtime"
],
"env": {
"GODOT_PATH": "<your GODOT_PATH>",
"DEBUG": "<your DEBUG>",
"GODOT_MCP_DISABLE_ELICITATION": "<your GODOT_MCP_DISABLE_ELICITATION>",
"GODOT_MCP_STRICT": "<your GODOT_MCP_STRICT>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"godot-mcp-runtime": {
"command": "npx",
"args": [
"-y",
"godot-mcp-runtime"
],
"env": {
"GODOT_PATH": "<your GODOT_PATH>",
"DEBUG": "<your DEBUG>",
"GODOT_MCP_DISABLE_ELICITATION": "<your GODOT_MCP_DISABLE_ELICITATION>",
"GODOT_MCP_STRICT": "<your GODOT_MCP_STRICT>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"godot-mcp-runtime": {
"command": "npx",
"args": [
"-y",
"godot-mcp-runtime"
],
"env": {
"GODOT_PATH": "<your GODOT_PATH>",
"DEBUG": "<your DEBUG>",
"GODOT_MCP_DISABLE_ELICITATION": "<your GODOT_MCP_DISABLE_ELICITATION>",
"GODOT_MCP_STRICT": "<your GODOT_MCP_STRICT>"
}
}
}
}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.Erodenn%2Fgodot-mcp-runtime)<a href="https://mcptoplist.com/server/io.github.Erodenn%2Fgodot-mcp-runtime"><img src="https://mcptoplist.com/badge/io.github.Erodenn%2Fgodot-mcp-runtime.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
erodenn
Other servers by erodenn
View all erodenn servers →Available versions (2)
| Version | Published |
|---|---|
| 3.2.2 | Aug 7, 2026 |
| 3.1.2 | Jul 6, 2026 |
Frequently asked questions
- Who maintains Godot MCP Runtime?
- Godot MCP Runtime is maintained by erodenn, which publishes 3 MCP servers (12 total versions) tracked on MCP Toplist.
- Is Godot MCP Runtime listed on the Official MCP Registry?
- Yes — Godot MCP Runtime is listed on the Official MCP Registry, alongside Glama, PulseMCP and mcp.so.
- How many versions does Godot MCP Runtime have?
- MCP Toplist tracks 2 versions of Godot MCP Runtime, most recently published on Aug 7, 2026.
- Where can I find the source code for Godot MCP Runtime?
- The source code for Godot MCP Runtime is hosted at github.com/erodenn/godot-mcp-runtime.