mcpbeat Sign in

Universal Game Modder MCP Server

by doritoman90000 Your server? Claim it
local only

Universal Game Modder runs on your own machine — the client starts it, so there is no endpoint to ping. 35 installs a week from npm. Last commit 2 Sep 2026.

Local MCP server: detects a game's engine and gives agents native binary analysis/patching tools.

Installs per day peak 10 · avg 0
a month agotoday
35
Installs / week
npm · universal-game-modder
0
Stars
0 open issues
2 Sep 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Universal Game Modder 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 universal-game-modder -- npx -y universal-game-modder
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "universal-game-modder": {
      "args": [
        "-y",
        "universal-game-modder"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.universal-game-modder]
command = "npx"
args = ["-y", "universal-game-modder"]
.cursor/mcp.json
{
  "mcpServers": {
    "universal-game-modder": {
      "args": [
        "-y",
        "universal-game-modder"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "universal-game-modder": {
      "args": [
        "-y",
        "universal-game-modder"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Universal Game Modder

same job, measured the same way
Rogue Binary MCP
by kirkderp

Rust MCP server for binary analysis and reverse engineering.

local only
Baseframelabs Catalogue
by abhiyoheswaran1

Agent-native catalogue of Baseframe Labs dev tools and MCP servers.

5 tools answering
fcp-mcp — Final Cut Pro MCP Server
by dreliq9

Final Cut Pro MCP — 88 tools: FCPXML engine, live FCP control, media analysis, puppets.

104 installs/wk local only
Perseus: MCP server and live context engine
by perseus-computing-llc

Live context MCP server: resolves git, services, and tests into agent context. Local-first, MIT.

local only
SAP MCP Server
by oobeprotocol-sap-mcp

Solana-native MCP gateway for SAP, DeFi tools, SNS identity, and x402 payments.

351 installs/wk 406 tools answering
Buzzr Sports Engine
by buzzr-app

Local sports math, DFS settlement, bet analytics, and game-entertainment tools.

53 installs/wk local only
Vaultguard MCP
by kota1026

VaultGuard MCP Server - Yearn V3 / DeFi vault security and analysis tools for AI coding agents....

25 installs/wk local only
Defiguard MCP
by kota1026

DeFiGuard MCP Server - DeFi protocol risk analysis tools for AI coding agents. Analyze token co...

33 installs/wk local only

Universal Game Modder — questions

Answers built from our own checks of this server.

Why is there no uptime for Universal Game Modder?
Universal Game Modder 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 universal-game-modder was installed 35 times last week.
How do I connect Universal Game Modder?
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 universal-game-modder straight from npm; nothing to host, nothing to sign up for.
How many people use Universal Game Modder?
The npm package universal-game-modder was installed 35 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Universal Game Modder open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 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.