mcpbeat Sign in

Godot MCP Server

local only

Godot MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 462 installs a week from npm. Last commit 24 Aug 2026.

MCP server for Godot game engine integration — control the Godot editor with AI

Installs per day peak 91 · avg 53 · +10% w/w
a month agotoday
462
Installs / week
npm · godot-mcp-server
430
Stars
12 open issues
24 Aug 2026
Last commit
0 releases in 90 days
MIT
License
GDScript

Nothing serious here today

Today is the operative word: we check Godot MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add godot-mcp -- npx -y godot-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "godot-mcp": {
      "args": [
        "-y",
        "godot-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.godot-mcp]
command = "npx"
args = ["-y", "godot-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "godot-mcp": {
      "args": [
        "-y",
        "godot-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "godot-mcp": {
      "args": [
        "-y",
        "godot-mcp-server"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Godot MCP

same job, measured the same way
Godot MCP Bridge
by tomaslucasutn

MCP server for Godot game engine integration — control the Godot editor with AI

234 installs/wk local only
Godot MCP
by tugcantopaloglu

MCP server for full Godot 4.x engine control with 165 tools for AI-driven game development

92 installs/wk local only
Revit MCP
by shuotao

MCP Server for Revit integration - AI-Powered Revit Control

62 installs/wk local only
Unity MCP
by ivanmurzak

Make 3D games in Unity Engine with AI. MCP Server + Plugin for Unity Editor and Unity games.

local only
Redmine
by vfa-khuongdv

MCP server for Redmine API integration with AI agents.

62 installs/wk local only
Darwin RAG
by brightdotdev

Local-first RAG engine with MCP server for AI agent integration.

345 installs/wk local only
MCP Backlog
by vfa-khuongdv

MCP server for Backlog API integration with AI agents.

30 installs/wk local only
P4mcp Server
by hjain-perforce

Perforce P4 MCP Server is a MCP server that integrates with the Perforce P4 version control system.

local only

Godot MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Godot MCP?
Godot MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package godot-mcp-server was installed 462 times last week.
How do I connect Godot MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls godot-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Godot MCP?
The npm package godot-mcp-server was installed 462 times in the last week. Week over week that is +10%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Godot MCP open source?
Yes — it is published under the MIT licence, written in GDScript, 430 stars on GitHub and 12 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.