Godot MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 92 installs a week from npm. Last commit 13 Jul 2026.
MCP server for full Godot 4.x engine control with 165 tools for AI-driven game development
We read the source, 18 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
const process = spawn(this.godotPath, ['-e', '--path', args.projectPath], {
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add godot-mcp -- npx -y @tugcantopaloglu/godot-mcp
{
"mcpServers": {
"godot-mcp": {
"args": [
"-y",
"@tugcantopaloglu/godot-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.godot-mcp]
command = "npx"
args = ["-y", "@tugcantopaloglu/godot-mcp"]
{
"mcpServers": {
"godot-mcp": {
"args": [
"-y",
"@tugcantopaloglu/godot-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"godot-mcp": {
"args": [
"-y",
"@tugcantopaloglu/godot-mcp"
],
"command": "npx"
}
}
}
MCP server for Google Cloud Storage with fine-grained tool access control.
MCP server for AWS S3 with fine-grained tool control and S3-compatible endpoint support.
Agentic pipeline orchestration MCP server for AI-driven development workflows.
MCP server embedded in the Godot 4 editor; drive Godot with AI, zero sidecar.
MCP server for agent-driven React Native and Expo development and mobile testing
MCP server for creating and editing Rive (.riv) animation files. 139 tools for AI-driven animation.
MCP Server that facilitates spec-driven development workflows, not just Vibe Coding.
Agent-driven Godot playtesting: editor control, input injection, game-time stepping, live state.
Answers built from our own checks of this server.