Godot MCP
Rank #1,504io.github.tomyud1/godot-mcp
MCP server for Godot game engine integration — control the Godot editor with AI
Godot MCP is a Model Context Protocol (MCP) server published by tomyud1. It ranks #1,504 of 132,046 servers tracked on MCP Toplist, and its repository has 434 GitHub stars. Godot MCP is listed across 3 registries — Official MCP, Glama and mcp.so, with 12 tracked versions. It was first listed on Feb 23, 2026 and most recently updated on Aug 24, 2026.
Ranks ahead of 130,542 of 132,046 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 -- npx -y godot-mcp-server[mcp_servers.godot-mcp]
command = "npx"
args = ["-y", "godot-mcp-server"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"godot-mcp": {
"command": "npx",
"args": [
"-y",
"godot-mcp-server"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"godot-mcp": {
"command": "npx",
"args": [
"-y",
"godot-mcp-server"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"godot-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"godot-mcp-server"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"godot-mcp": {
"command": "npx",
"args": [
"-y",
"godot-mcp-server"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"godot-mcp": {
"command": "npx",
"args": [
"-y",
"godot-mcp-server"
]
}
}
}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.tomyud1%2Fgodot-mcp)<a href="https://mcptoplist.com/server/io.github.tomyud1%2Fgodot-mcp"><img src="https://mcptoplist.com/badge/io.github.tomyud1%2Fgodot-mcp.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
tomyud1
Available versions (12)
| Version | Published |
|---|---|
| 0.6.0 | Aug 24, 2026 |
| 0.5.0 | Apr 21, 2026 |
| 0.4.4 | Apr 16, 2026 |
| 0.4.3 | Apr 15, 2026 |
| 0.4.0 | Apr 1, 2026 |
| 0.3.0 | Mar 31, 2026 |
| 0.2.8 | Mar 14, 2026 |
| 0.2.6 | Mar 9, 2026 |
| 0.2.5 | Mar 6, 2026 |
| 0.2.4 | Feb 23, 2026 |
| 0.2.3 | Feb 23, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Godot MCP?
- Godot MCP is maintained by tomyud1, which publishes 1 MCP server (12 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 Glama and mcp.so.
- How many versions does Godot MCP have?
- MCP Toplist tracks 12 versions of Godot MCP, most recently published on Aug 24, 2026.
- Where can I find the source code for Godot MCP?
- The source code for Godot MCP is hosted at github.com/tomyud1/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.