godot-mcp-bridge
Rank #3,408io.github.TomasLucasUTN/godot-mcp-bridge
MCP server for Godot game engine integration — control the Godot editor with AI
godot-mcp-bridge is a Model Context Protocol (MCP) server published by TomasLucasUTN. It ranks #3,408 of 132,046 servers tracked on MCP Toplist, and its repository has 5 GitHub stars. godot-mcp-bridge is listed across 2 registries — Official MCP and Glama, with 7 tracked versions. It was first listed on Jul 25, 2026 and most recently updated on Sep 5, 2026.
Ranks ahead of 128,638 of 132,046 servers on MCP Toplist.
Use godot-mcp-bridge
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add godot-mcp-bridge -- npx -y godot-mcp-bridge[mcp_servers.godot-mcp-bridge]
command = "npx"
args = ["-y", "godot-mcp-bridge"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"godot-mcp-bridge": {
"command": "npx",
"args": [
"-y",
"godot-mcp-bridge"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"godot-mcp-bridge": {
"command": "npx",
"args": [
"-y",
"godot-mcp-bridge"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"godot-mcp-bridge": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"godot-mcp-bridge"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"godot-mcp-bridge": {
"command": "npx",
"args": [
"-y",
"godot-mcp-bridge"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"godot-mcp-bridge": {
"command": "npx",
"args": [
"-y",
"godot-mcp-bridge"
]
}
}
}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.TomasLucasUTN%2Fgodot-mcp-bridge)<a href="https://mcptoplist.com/server/io.github.TomasLucasUTN%2Fgodot-mcp-bridge"><img src="https://mcptoplist.com/badge/io.github.TomasLucasUTN%2Fgodot-mcp-bridge.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
TomasLucasUTN
Available versions (7)
| Version | Published |
|---|---|
| 1.2.1 | Sep 5, 2026 |
| 1.1.6 | Jul 28, 2026 |
| 1.1.5 | Jul 27, 2026 |
| 1.1.4 | Jul 27, 2026 |
| 1.1.3 | Jul 27, 2026 |
| 1.1.2 | Jul 26, 2026 |
| 1.0.0 | Jul 25, 2026 |
Frequently asked questions
- Who maintains godot-mcp-bridge?
- godot-mcp-bridge is maintained by TomasLucasUTN, which publishes 1 MCP server (7 total versions) tracked on MCP Toplist.
- Is godot-mcp-bridge listed on the Official MCP Registry?
- Yes — godot-mcp-bridge is listed on the Official MCP Registry, alongside Glama.
- How many versions does godot-mcp-bridge have?
- MCP Toplist tracks 7 versions of godot-mcp-bridge, most recently published on Sep 5, 2026.
- Where can I find the source code for godot-mcp-bridge?
- The source code for godot-mcp-bridge is hosted at github.com/TomasLucasUTN/godot-mcp-bridge.
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.