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
We read the source, 20 h ago · rules 3dff92dd89df
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.
return path.join(this.backupRoot, this.sessionStamp);
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.
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.
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.
claude mcp add rpgmaker-mv-mcp -- npx -y @xerolo44/rpgmaker-mv-mcp
{
"mcpServers": {
"rpgmaker-mv-mcp": {
"args": [
"-y",
"@xerolo44/rpgmaker-mv-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.rpgmaker-mv-mcp]
command = "npx"
args = ["-y", "@xerolo44/rpgmaker-mv-mcp"]
{
"mcpServers": {
"rpgmaker-mv-mcp": {
"args": [
"-y",
"@xerolo44/rpgmaker-mv-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"rpgmaker-mv-mcp": {
"args": [
"-y",
"@xerolo44/rpgmaker-mv-mcp"
],
"command": "npx"
}
}
}
MCP server for RPG Maker MZ: maps, tile painting, events, database editing, and validation.
MCP server for Holded — invoicing, accounting, CRM, projects, and team
MCP server for Grok image generation and editing
MCP server for regex testing, matching, replacing, and validation
Reference MCP stdio server for observing Vercel projects and deployments.
Kdenlive video editing MCP - 36 tools for project, timeline, filters and melt rendering
MCP server for note.com: create, edit and retrieve posts.
RPG Maker MV Ultimate: AI copilot to generate, edit and understand RPG Maker MV projects (MCP)
Answers built from our own checks of this server.