mcpbeat Sign in

Godot Agent Loop MCP Server

by beremaran Your server? Claim it
local only

Godot Agent Loop runs on your own machine — the client starts it, so there is no endpoint to ping. 127 installs a week from npm. Last commit 6 Sep 2026.

MCP automation loop with 167 tested tools for Godot 4

Installs per day peak 50 · avg 23 · +90% w/w
a month agotoday
127
Installs / week
npm · @beremaran/godot-agent-loop
6
Stars
18 open issues
6 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 11 h ago · rules 3dff92dd89df

Capabilities

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 editorProcess = spawn(godotPath, editorArgs, {
Dumps the whole environment [пакет] agent-plugin/pi/extension.ts:47, agent-plugin/pi/extension.ts:52
    Object.entries(process.env).filter((entry): entry is [string, string] => entry[1] !== undefined),

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

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.

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-agent-loop -- npx -y @beremaran/godot-agent-loop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "godot-agent-loop": {
      "args": [
        "-y",
        "@beremaran/godot-agent-loop"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.godot-agent-loop]
command = "npx"
args = ["-y", "@beremaran/godot-agent-loop"]
.cursor/mcp.json
{
  "mcpServers": {
    "godot-agent-loop": {
      "args": [
        "-y",
        "@beremaran/godot-agent-loop"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "godot-agent-loop": {
      "args": [
        "-y",
        "@beremaran/godot-agent-loop"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Godot Agent Loop

same job, measured the same way
Wechat Devtools MCP
by watertian

MCP Server for WeChat DevTools CLI - Automate development & testing with 7 aggregated APIs.

1 192 installs/wk local only
I
MCP Appium - Mobile Development and Automation Server
by appium

MCP server for Appium mobile automation on iOS and Android devices with test creation tools.

5 478 installs/wk local only
I
Mockpost
by reiarseni

Local multi-channel message emulator for E2E testing, with MCP tools for LLM agents.

154 installs/wk local only
MCP Test Utils
by jeenyjai

Desktop UI automation for AI agents: screenshots, windows, mouse, keyboard, UI Automation, OCR

local only
Mobile MCP
by mobile-next

MCP server for iOS and Android Mobile Development, Automation and Testing

35 565 installs/wk local only
WpfPilot MCP
by skuzadev

Automate Windows WPF apps from AI agents with semantic UIA selectors and FlaUI test generation.

33 installs/wk local only
GridProof
by gridproof

Gridproof your UI — automated spacing & grid QA in the agent loop (MCP server).

38 installs/wk local only
Httpstatus
by httpstatus

AI-callable tools for API mocking, testing, monitoring, security, and automation.

answering

Godot Agent Loop — questions

Answers built from our own checks of this server.

Why is there no uptime for Godot Agent Loop?
Godot Agent Loop 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 @beremaran/godot-agent-loop was installed 127 times last week.
How do I connect Godot Agent Loop?
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 @beremaran/godot-agent-loop straight from npm; nothing to host, nothing to sign up for.
How many people use Godot Agent Loop?
The npm package @beremaran/godot-agent-loop was installed 127 times in the last week. Week over week that is +90%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Godot Agent Loop open source?
Yes — it is published under the MIT licence, written in TypeScript, 6 stars on GitHub and 18 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.