mcpbeat Sign in

Rpgmaker Mv MCP Server

local only

Rpgmaker Mv MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 43 installs a week from npm. Last commit 18 Jul 2026.

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

Installs per day peak 21 · avg 9 · -2% w/w
a month agotoday
43
Installs / week
npm · @xerolo44/rpgmaker-mv-mcp
0
Stars
0 open issues
18 Jul 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 20 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.

Builds a file path from a variable src/project.ts:89, src/tools/playtestTools.ts:106
    return path.join(this.backupRoot, this.sessionStamp);
Runs an external command src/tools/playtestTools.ts:85
    this.child = spawn(runtimePath, [this.project.root, "test"], {

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

Alternatives to Rpgmaker Mv MCP

same job, measured the same way
Rpgmaker Mz MCP
by redseb

MCP server for RPG Maker MZ: maps, tile painting, events, database editing, and validation.

92 installs/wk local only
Holded MCP
by energio-es

MCP server for Holded — invoicing, accounting, CRM, projects, and team

65 installs/wk local only
Grok Image
by codechap

MCP server for Grok image generation and editing

local only
Regex Lab
by ryudi84

MCP server for regex testing, matching, replacing, and validation

local only
Vercel Deployment MCP
by addiplus

Reference MCP stdio server for observing Vercel projects and deployments.

68 installs/wk local only
Kdenlive MCP Server
by va1bhav512

Kdenlive video editing MCP - 36 tools for project, timeline, filters and melt rendering

1 283 installs/wk local only
Note MCP Server
by github30

MCP server for note.com: create, edit and retrieve posts.

local only
RPG Maker MV Ultimate MCP
by diegolopez0208

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

242 installs/wk local only

Rpgmaker Mv MCP — questions

Answers built from our own checks of this server.

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