mcpbeat Sign in

Renforge MCP Server

by alex-jordan547 Your server? Claim it
local only

Renforge runs on your own machine — the client starts it, so there is no endpoint to ping. 226 installs a week from pypi. Last commit 13 Sep 2026.

Inspect, drive and debug a running Ren'Py game: state, screenshots, guarded clicks, saves, builds.

Installs per day peak 342 · avg 65 · -28% w/w
a month agotoday
226
Installs / week
pypi · renforge
10
Stars
0 open issues
13 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 23 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.

File ships in the package but is absent from the source [пакет] src/renforge/ui/static/index.html:1
этот файл ставится пользователю, но в репозитории его нет
            if os.path.exists(os.path.join(runtime, name)):

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 renforge -- uvx renforge
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "renforge": {
      "args": [
        "renforge"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.renforge]
command = "uvx"
args = ["renforge"]
.cursor/mcp.json
{
  "mcpServers": {
    "renforge": {
      "args": [
        "renforge"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "renforge": {
      "args": [
        "renforge"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Renforge

same job, measured the same way
Wpf Visual Tree
by faze79

Let AI agents inspect and drive running WPF apps: tree, bindings, screenshots, clicks, text input.

local only
tmodloader-mcp
by musharna

Drive a running tModLoader (Terraria) instance from an agent: launch, query, screenshot, read state.

local only
Ikenga iyke (control bridge)
by royalti-io

Drive a running Ikenga desktop app from MCP clients — DOM, click, type, navigate, screenshot.

93 installs/wk local only
Ikenga iyke (control bridge)
by ikenga

Drive a running Ikenga desktop app from MCP clients — DOM, click, type, navigate, screenshot.

local only
ExecBro
by igorzheludkov

Gives AI agents eyes and hands into running React Native apps: logs, REPL, tap, screenshots

1 073 installs/wk local only
ExecBro
by execbro

Gives AI agents eyes and hands into running React Native apps: logs, REPL, tap, screenshots

local only
adb-mcp: Android emulator and device control over adb
by iksnerd

Drive an Android emulator or device over adb: screenshot, inspect UI, tap, type, build and test.

local only
Pagebolt
by custodia-admin

Screenshots, PDFs, OG images, page inspection, and narrated video recording for Claude and Cursor.

131 installs/wk local only

Renforge — questions

Answers built from our own checks of this server.

Why is there no uptime for Renforge?
Renforge 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 pypi package renforge was installed 226 times last week.
How do I connect Renforge?
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 renforge straight from pypi; nothing to host, nothing to sign up for.
How many people use Renforge?
The pypi package renforge was installed 226 times in the last week. Week over week that is -28%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Renforge open source?
Yes — it is published under the MIT licence, written in Python and 10 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.