RPG Maker MV Ultimate MCP
A Model Context Protocol server that lets an AI agent edit a real RPG Maker MV project on disk - database, maps, events, system - through 13 consolidated tools, validated against the actual engine so the output is coherent and playable - and it can reason about the project (validate references, explain why an event never fires, critique a map) via analyze_project.
People connecting gaming tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.
VERIFIED ACTIVE
LAST COMMIT 2026-07-24 · ★ 19 · #16 OF 35 MAINTAINED GAMING · VERIFIED 2026-08-25
MIT · TypeScript servers · how we verify → /methodology
01 · Install RPG Maker MV Ultimate MCP
before you install - you'll need
Set RPGMAKER_PROJECT_PATH, VISION_API_URL before connecting.
Claude Code
claude mcp add diegolopez0208-rpgmakermvultimate-mcp -- npx -y rpgmaker-mv-mcp Claude Desktop / Cursor / VS Code - add to config
{
"mcpServers": {
"diegolopez0208-rpgmakermvultimate-mcp": {
"command": "npx",
"args": [
"-y",
"rpgmaker-mv-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-mv-mcp - unscoped; check the name against the project README before installing
registry namespace io.github.DiegoLopez0208 is GitHub-verified and matches the repo owner
03 · What RPG Maker MV Ultimate MCP can do
Prose above is summarized from the project's README and registry record - no invented capabilities.
Latest releases
v5.14.2 · 2026-07-23
Changed · the README now covers the capabilities added in 5.13–5.14 - write safety (atomic writes, rotated backups, dryRun), project scaffolding, playtest / open-in-editor, plugin authoring, and full troop/animation…
v5.14.1 · 2026-07-23
Fixed · playtest now actually runs the game. 5.14.0 launched nwjs-win/Game.exe, which is a deploy runtime pinned by its own package.json to www/index.html - so it ignored the project path and showed ERR_FILE_NOT_FOUND.…
v5.14.0 · 2026-07-23
Added · Run the project, not just edit it. manage_system gains playtest and open_editor. playtest launches the active project through the engine's bundled nwjs runtime (nwjs-win/Game.exe <project> test) - the same…
04 · Who maintains RPG Maker MV Ultimate MCP
RPG Maker MV Ultimate MCP is maintained by diegolopez0208. It's the only MCP server we track from this author; the repo dates to May 2026.
05 · Facts
- category
- gaming - ranked #16 of 35 actively-maintained gaming servers as of 2026-08-25.
- release cadence
- 10+ releases in the last 90 days (latest 2026-07-23)
- registry
- io.github.DiegoLopez0208/rpgmaker-mv-ultimate (active, first published 2026-06-20 · 5 versions)
- packages
- npm:rpgmaker-mv-mcp
06 · RPG Maker MV Ultimate MCP FAQ
What is RPG Maker MV Ultimate MCP?
A Model Context Protocol server that lets an AI agent edit a real RPG Maker MV project on disk - database, maps, events, system - through 13 consolidated tools, validated against the actual engine so the output is coherent and playable - and it can reason about the project (validate references, explain why an event never fires, critique a map) via analyze_project.
Is RPG Maker MV Ultimate MCP still maintained?
Yes - as of 2026-08-25, its last commit was 2026-07-24 and it shipped 10+ releases in the last 90 days. We re-verify nightly.
How do I install RPG Maker MV Ultimate MCP?
Run `npx -y rpgmaker-mv-mcp`. The README documents 2 environment variables (RPGMAKER_PROJECT_PATH, VISION_API_URL) to set first. Set RPGMAKER_PROJECT_PATH, VISION_API_URL before connecting. You can also paste the ready-made client config above.
Does RPG Maker MV Ultimate 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 RPG Maker MV Ultimate MCP
Alternatives to RPG Maker MV Ultimate MCP
Maintained gaming servers if RPG Maker MV Ultimate MCP isn't the fit.
- Unity MCP Make 3D games in Unity Engine with AI. MCP Server + Plugin for Unity Editor and Unity games. ★ 3,971 · 2026-08-24
- Gearboy MCP Server MCP server for Gearboy Nintendo Game Boy / Game Boy Color emulator ★ 1,192 · 2026-08-24
- Godot MCP MCP server for Godot game engine integration - control the Godot editor with AI ★ 411 · 2026-08-24
- Gearsystem MCP Server MCP server for Gearsystem Sega Master System / Game Gear / SG-1000 emulator ★ 384 · 2026-08-24
- Flutter MCP Toolkit Inspect and drive Flutter debug apps/games: semantic snapshots, search, and custom client tools ★ 366 · 2026-08-23
- Gopeak GoPeak - The most comprehensive MCP server for Godot Engine. 95+ tools, LSP, DAP, screenshots. ★ 243 · 2026-07-13
More gaming MCP servers · Godot MCP Runtime · Funplay Godot MCP · Funplay Unity MCP
More TypeScript MCP servers · Dep Diff MCP · Simap MCP · Debugger · Screenshot · Token Pilot · see all