Godot MCP
Rank #833io.github.satelliteoflove/godot-mcp
Agent-driven Godot playtesting: editor control, input injection, game-time stepping, live state.
Godot MCP is a Model Context Protocol (MCP) server published by satelliteoflove. It ranks #833 of 130,833 servers tracked on MCP Toplist, and its repository has 166 GitHub stars. Godot MCP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 14 tracked versions. It was first listed on Jun 11, 2026 and most recently updated on Aug 27, 2026.
Ranks ahead of 130,000 of 130,833 servers on MCP Toplist.
Use Godot MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add godot-mcp -e "GODOT_HOST=<your GODOT_HOST>" -e "GODOT_MCP_READ_ONLY=<your GODOT_MCP_READ_ONLY>" -- npx -y @satelliteoflove/godot-mcpReplace each placeholder with your own value before saving.
[mcp_servers.godot-mcp]
command = "npx"
args = ["-y", "@satelliteoflove/godot-mcp"]
[mcp_servers.godot-mcp.env]
GODOT_HOST = "<your GODOT_HOST>"
GODOT_MCP_READ_ONLY = "<your GODOT_MCP_READ_ONLY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"godot-mcp": {
"command": "npx",
"args": [
"-y",
"@satelliteoflove/godot-mcp"
],
"env": {
"GODOT_HOST": "<your GODOT_HOST>",
"GODOT_MCP_READ_ONLY": "<your GODOT_MCP_READ_ONLY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"godot-mcp": {
"command": "npx",
"args": [
"-y",
"@satelliteoflove/godot-mcp"
],
"env": {
"GODOT_HOST": "<your GODOT_HOST>",
"GODOT_MCP_READ_ONLY": "<your GODOT_MCP_READ_ONLY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"godot-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@satelliteoflove/godot-mcp"
],
"env": {
"GODOT_HOST": "<your GODOT_HOST>",
"GODOT_MCP_READ_ONLY": "<your GODOT_MCP_READ_ONLY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"godot-mcp": {
"command": "npx",
"args": [
"-y",
"@satelliteoflove/godot-mcp"
],
"env": {
"GODOT_HOST": "<your GODOT_HOST>",
"GODOT_MCP_READ_ONLY": "<your GODOT_MCP_READ_ONLY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"godot-mcp": {
"command": "npx",
"args": [
"-y",
"@satelliteoflove/godot-mcp"
],
"env": {
"GODOT_HOST": "<your GODOT_HOST>",
"GODOT_MCP_READ_ONLY": "<your GODOT_MCP_READ_ONLY>"
}
}
}
}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.satelliteoflove%2Fgodot-mcp)<a href="https://mcptoplist.com/server/io.github.satelliteoflove%2Fgodot-mcp"><img src="https://mcptoplist.com/badge/io.github.satelliteoflove%2Fgodot-mcp.svg" alt="MCP Toplist: Top 1% of 130,833" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
satelliteoflove
Available versions (14)
| Version | Published |
|---|---|
| 4.1.11 | Aug 27, 2026 |
| 4.1.10 | Aug 27, 2026 |
| 4.1.9 | Aug 27, 2026 |
| 4.1.8 | Aug 27, 2026 |
| 4.1.7 | Aug 26, 2026 |
| 4.1.6 | Aug 26, 2026 |
| 4.1.5 | Aug 26, 2026 |
| 4.1.4 | Aug 26, 2026 |
| 4.1.3 | Aug 26, 2026 |
| 4.1.2 | Aug 26, 2026 |
| 4.1.1 | Aug 26, 2026 |
| 4.1.0 | Jun 20, 2026 |
| 4.0.1 | Jun 14, 2026 |
| 4.0.0 | Jun 14, 2026 |
Frequently asked questions
- Who maintains Godot MCP?
- Godot MCP is maintained by satelliteoflove, which publishes 1 MCP server (14 total versions) tracked on MCP Toplist.
- Is Godot MCP listed on the Official MCP Registry?
- Yes — Godot MCP is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Godot MCP have?
- MCP Toplist tracks 14 versions of Godot MCP, most recently published on Aug 27, 2026.
- Where can I find the source code for Godot MCP?
- The source code for Godot MCP is hosted at github.com/satelliteoflove/godot-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.