mcpbeat Sign in

Rpgmaker Mz MCP Server

local only

Rpgmaker Mz MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 92 installs a week from npm. Last commit 3 Aug 2026.

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

Installs per day peak 300 · avg 26 · +520% w/w
a month agotoday
92
Installs / week
npm · rpgmaker-mz-mcp
6
Stars
4 open issues
3 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Rpgmaker Mz MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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

This one needs environment variables set before it will start: RPGMAKER_PROJECT_PATH (Default RPG Maker MZ project directory (contains game.rmmzproject). Optional: the set_project tool can set or change the project at runtime.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Rpgmaker Mz MCP

same job, measured the same way
MySQL MCP Server
by musaddiq-dev

Python MCP server for MySQL database inspection and querying

79 installs/wk local only
Airtable
by airtable

Official Airtable MCP server — database and operations layer for agents.

answering
PostgreSQL MCP Server
by musaddiq-dev

Python MCP server for PostgreSQL database inspection and querying

77 installs/wk local only
Dbmcp
by haymon

Database MCP server for MySQL, MariaDB, PostgreSQL & SQLite with PII redaction and write-prevention

local only
Zotero Bridge
by combjellyshen

MCP Server for Zotero SQLite Database - collection, tagging, PDF reading and more.

37 installs/wk local only
InsForge
by insforge

MCP server for InsForge BaaS — database, storage, edge functions, and deployments

461 installs/wk answering
Neon
by neon

Official Neon MCP server for managing Neon projects and Lakebase Postgres databases.

answering
I
Sling CLI
by slingdata

Sling CLI MCP server for querying any database, running data pipelines and managing replications

37 655 installs/wk local only

Rpgmaker Mz MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Rpgmaker Mz MCP?
Rpgmaker Mz 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-mz-mcp was installed 92 times last week.
How do I connect Rpgmaker Mz 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-mz-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Rpgmaker Mz MCP?
The npm package rpgmaker-mz-mcp was installed 92 times in the last week. Week over week that is +520%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Rpgmaker Mz MCP open source?
Yes — it is published under the MIT licence, written in TypeScript, 6 stars on GitHub and 4 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.