Rpgmaker Mz MCP
119 tools that let an AI assistant read and write an RPG Maker MZ project directly - actors, classes, skills, items, equipment, states, enemies, troops, common events, maps, tiles, tilesets, events, and system settings - instead of hand-editing everything in the editor. It runs locally over stdio via the published package.
People who work with game development and rpg maker and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.
VERIFIED ACTIVE
LAST COMMIT 2026-08-03 · ★ 6 · #23 OF 43 MAINTAINED GAMING · VERIFIED 2026-09-18
MIT · TypeScript servers · how we verify → /methodology
01 · Install Rpgmaker Mz MCP
before you install - you'll need
Set RPGMAKER_PROJECT_PATH before connecting.
Claude Code
claude mcp add redseb-rpgmaker-mz-mcp -- npx -y rpgmaker-mz-mcp Claude Desktop / Cursor / VS Code - add to config
{
"mcpServers": {
"redseb-rpgmaker-mz-mcp": {
"command": "npx",
"args": [
"-y",
"rpgmaker-mz-mcp"
]
}
}
} Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.
Using another client? Same JSON, different key
Claude Desktop · mcpServers
Cursor · mcpServers
VS Code · servers
Windsurf · mcpServers
Zed · context_servers
Cline · mcpServers
Roo Code · mcpServers
Continue · mcpServers
LibreChat · mcpServers
Gemini CLI · mcpServers
Codex CLI · mcp_servers
Full setup guides: every client.
02 · Evidence
Security posture
What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.
runs as local process (stdio) - runs on your machine with your user's permissions
license MIT - declared in the repository
npm package rpgmaker-mz-mcp - unscoped; check the name against the project README before installing
registry namespace io.github.Redseb is GitHub-verified and matches the repo owner
03 · What Rpgmaker Mz MCP can do
Prose above is summarized from the project's README and registry record - no invented capabilities.
Limitations (from the README)
- Writes JSON files directly; the editor must be closed to avoid conflicts. - Plugin commands are validated against the plugins your project actually ships (scan_plugins parses their @command/@arg annotations), falling back to a small built-in allowlist. Since RPG Maker MZ has no "required argument" annotation, scanned args are checked for unknown names only, never for missing ones; a plugin with no annotation block
Latest releases
v1.3.0 · 2026-08-03
Summarize write-tool echoes instead of replaying the record · Write tools that returned the full record (all map events with every page's command list, the whole growing event-command list on each insert) now return a…
v1.2.0 · 2026-07-29
ID allocation - stop two sessions claiming the same switch · Switches, variables and common-event IDs are one global namespace, and nothing in RPG Maker stopped a later edit from reusing an ID an earlier one already…
v1.1.0 · 2026-07-29
What's new since v1.0.1 · Add get_title_screen / update_title_screen tools · Register search_enemies and search_troops as MCP tools · find_tile: optional description search over project catalogs · Validate event block…
04 · Who maintains Rpgmaker Mz MCP
rpgmaker-mz-mcp is maintained by redseb. It's the only MCP server we track from this author; the repo dates to Jul 2026.
05 · Facts
- repository
- github.com/redseb/rpgmaker-mz-mcp
- category
- gaming - ranked #23 of 43 actively-maintained gaming servers as of 2026-09-18.
- release cadence
- 4 releases in the last 90 days (latest 2026-08-03)
- registry
- io.github.Redseb/rpgmaker-mz-mcp (active, first published 2026-07-16 · 3 versions)
- packages
- npm:rpgmaker-mz-mcp
06 · Rpgmaker Mz MCP FAQ
What is Rpgmaker Mz MCP?
119 tools that let an AI assistant read and write an RPG Maker MZ project directly - actors, classes, skills, items, equipment, states, enemies, troops, common events, maps, tiles, tilesets, events, and system settings - instead of hand-editing everything in the editor. It runs locally over stdio via the published package.
Is Rpgmaker Mz MCP still maintained?
Yes - as of 2026-09-18, its last commit was 2026-08-03 and it shipped 4 releases in the last 90 days. We re-verify nightly.
How do I install Rpgmaker Mz MCP?
Run `npx -y rpgmaker-mz-mcp`. The README documents one environment variable (RPGMAKER_PROJECT_PATH) to set first. Set RPGMAKER_PROJECT_PATH before connecting. You can also paste the ready-made client config above.
Does Rpgmaker Mz MCP run locally?
Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.
07 · Alternatives to Rpgmaker Mz MCP
Alternatives to Rpgmaker Mz MCP
Maintained gaming servers if Rpgmaker Mz MCP isn't the fit.
- Unity MCP Make 3D games in Unity Engine with AI. MCP Server + Plugin for Unity Editor and Unity games. ★ 4,283 · 2026-09-17
- Gearboy MCP Server MCP server for Gearboy Nintendo Game Boy / Game Boy Color emulator ★ 1,205 · 2026-09-16
- Godot MCP MCP server for Godot game engine integration - control the Godot editor with AI ★ 430 · 2026-08-24
- Gearsystem MCP Server MCP server for Gearsystem Sega Master System / Game Gear / SG-1000 emulator ★ 387 · 2026-09-16
- Flutter MCP Toolkit Inspect and drive Flutter debug apps/games: semantic snapshots, search, and custom client tools ★ 375 · 2026-09-14
- Gopeak GoPeak - The most comprehensive MCP server for Godot Engine. 95+ tools, LSP, DAP, screenshots. ★ 257 · 2026-09-12
More gaming MCP servers · Steam (read-only) · Godot MCP (satelliteoflove) · Pokéarena · Sprite Cook · Quartermaster
More TypeScript MCP servers · Refgrow MCP Server · StitchAPI Docs · Remoet MCP · Q-SYS MCP · Replen · see all