mcpbeat Sign in

RPG Maker MV Ultimate MCP Server

by diegolopez0208 Your server? Claim it
local only

RPG Maker MV Ultimate MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 242 installs a week from npm. Last commit 8 Sep 2026.

RPG Maker MV Ultimate: AI copilot to generate, edit and understand RPG Maker MV projects (MCP)

Installs per day peak 491 · avg 38 · -74% w/w
a month agotoday
242
Installs / week
npm · rpgmaker-mv-mcp
25
Stars
0 open issues
8 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

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.

    const content = await readFile(path.join(dir, file), "utf-8");
Runs an external command src/tools/runTools.ts:90
  const child = spawn(gameExe, args, { cwd: projectPath, detached: true, stdio: 'ignore', windowsHide: false });
Reads files and sends them to the network src/server.ts:152
      const files = await readdir(fullDir);

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

This one needs environment variables set before it will start: RPGMAKER_PROJECT_PATH (Absolute path to the RPG Maker MV project to edit (the folder with data/ and js/). The server starts without it; needed for real editing, or call set_project_path at runtime.), VISION_API_URL (Base URL of an OpenAI-compatible vision endpoint to enable analyze_image mode "ai" (e.g. https://api.openai.com or http://localhost:11434). Unset = vision disabled; every other tool works offline.), VISION_API_KEY (Bearer token for the vision endpoint (only sent when set).), VISION_MODEL (Vision model name to request (e.g. gpt-4o, llava). Defaults to meta/llama-3.2-90b-vision-instruct.), RPGMV_LEGACY_TOOLS (Set to 1 to also advertise the 101 legacy v4 tool names (they remain callable regardless of this flag).). The author declared them in the registry entry; get the values from the project itself.

Alternatives to RPG Maker MV Ultimate MCP

same job, measured the same way
Rpgmaker Mv MCP
by xerolo44

MCP server for reading, editing, and playtesting RPG Maker MV projects

43 installs/wk local only
VULK
by devjoaocastro

Generate, edit, and deploy immersive 3D/WebGL web projects from any MCP assistant.

34 installs/wk answering
Shotcut MCP
by matrodrigs

Create, edit, validate, preview, and render Shotcut projects through AI clients.

local only
Touchdesigner MCP Server
by 8beeeaaat

MCP server for TouchDesigner - Control and operate TouchDesigner projects through AI agents

631 installs/wk local only
C
Godai
by snopekgames

Automate the Godot Engine editor: edit scenes and scripts, run projects, manage engine versions

89 installs/wk local only
Vidmoat
by vidmoat

AI video editor: create projects, edit timelines, add captions and effects, and render videos.

answering
Imejis
by imejis

Generate on-brand images from your AI agent: design, edit, and render templates over MCP.

answering
Powerpoint Engine
by powerpointengine

Generate, edit, merge, translate and PDF-convert PowerPoint (.pptx) over MCP. 8 tools.

answering

RPG Maker MV Ultimate MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for RPG Maker MV Ultimate MCP?
RPG Maker MV Ultimate MCP 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 rpgmaker-mv-mcp was installed 242 times last week.
How do I connect RPG Maker MV Ultimate MCP?
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 rpgmaker-mv-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use RPG Maker MV Ultimate MCP?
The npm package rpgmaker-mv-mcp was installed 242 times in the last week. Week over week that is -74%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is RPG Maker MV Ultimate MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 25 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.