Godot Forge runs on your own machine — the client starts it, so there is no endpoint to ping. 57 installs a week from npm. Last commit 26 Apr 2026.
Godot 4 MCP server — test runner, API docs, script analysis, scene parsing, LSP.
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-forge -- npx -y godot-forge
{
"mcpServers": {
"godot-forge": {
"args": [
"-y",
"godot-forge"
],
"command": "npx"
}
}
}
[mcp_servers.godot-forge]
command = "npx"
args = ["-y", "godot-forge"]
{
"mcpServers": {
"godot-forge": {
"args": [
"-y",
"godot-forge"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"godot-forge": {
"args": [
"-y",
"godot-forge"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.