Universal Game Modder
Rank #27,101io.github.doritoman90000/universal-game-modder
Local MCP server: detects a game's engine and gives agents native binary analysis/patching tools.
Universal Game Modder is a Model Context Protocol (MCP) server published by doritoman90000. It ranks #27,101 of 132,113 servers tracked on MCP Toplist. Universal Game Modder is listed on Official MCP, with 1 tracked version. It was first listed on Sep 2, 2026 and most recently updated on Sep 2, 2026.
Ranks ahead of 105,012 of 132,113 servers on MCP Toplist.
Use Universal Game Modder
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add universal-game-modder -- npx -y universal-game-modder[mcp_servers.universal-game-modder]
command = "npx"
args = ["-y", "universal-game-modder"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"universal-game-modder": {
"command": "npx",
"args": [
"-y",
"universal-game-modder"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"universal-game-modder": {
"command": "npx",
"args": [
"-y",
"universal-game-modder"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"universal-game-modder": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"universal-game-modder"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"universal-game-modder": {
"command": "npx",
"args": [
"-y",
"universal-game-modder"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"universal-game-modder": {
"command": "npx",
"args": [
"-y",
"universal-game-modder"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.doritoman90000%2Funiversal-game-modder)<a href="https://mcptoplist.com/server/io.github.doritoman90000%2Funiversal-game-modder"><img src="https://mcptoplist.com/badge/io.github.doritoman90000%2Funiversal-game-modder.svg" alt="MCP Toplist: Top 25% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
doritoman90000
Other servers by doritoman90000
View all doritoman90000 servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.4 | Sep 2, 2026 |
Frequently asked questions
- Who maintains Universal Game Modder?
- Universal Game Modder is maintained by doritoman90000, which publishes 2 MCP servers (1 total version) tracked on MCP Toplist.
- Is Universal Game Modder listed on the Official MCP Registry?
- Yes — Universal Game Modder is listed on the Official MCP Registry.
- How many versions does Universal Game Modder have?
- MCP Toplist tracks 1 version of Universal Game Modder, most recently published on Sep 2, 2026.
- Where can I find the source code for Universal Game Modder?
- The source code for Universal Game Modder is hosted at github.com/doritoman90000/universal-game-modder.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.