Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.Redseb/rpgmaker-mz-mcp

NPM · RPGMAKER-MZ-MCP · SCANNED SEP 21

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

Available components

0 this week 80 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 31 of 95 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability68
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 19486 tokens (~163/item across 119 items; 119 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management90
  • Stability observed for 27 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage99
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 97% of tool parameters carry a description.Partial
Tool Safety75
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 0 of 4 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "delete_map" implies "delete" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
  • An AI judge read all 119 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the io.github.Redseb/rpgmaker-mz-mcp server?

io.github.Redseb/rpgmaker-mz-mcp runs locally as an npm package, launched with npx -y rpgmaker-mz-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · rpgmaker-mz-mcp

# add to Claude Code
claude mcp add redseb-rpgmaker-mz-mcp -- npx -y rpgmaker-mz-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "redseb-rpgmaker-mz-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "rpgmaker-mz-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "redseb-rpgmaker-mz-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "rpgmaker-mz-mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add redseb-rpgmaker-mz-mcp -- npx -y rpgmaker-mz-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "redseb-rpgmaker-mz-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "rpgmaker-mz-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add redseb-rpgmaker-mz-mcp --command npx --arg -y --arg rpgmaker-mz-mcp
# ~/.hermes/config.yaml
mcp_servers:
  redseb-rpgmaker-mz-mcp:
    command: "npx"
    args: ["-y", "rpgmaker-mz-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "redseb-rpgmaker-mz-mcp": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "rpgmaker-mz-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add redseb-rpgmaker-mz-mcp -t stdio -c npx -a -y rpgmaker-mz-mcp
// mcp.json
{
  "mcpServers": {
    "redseb-rpgmaker-mz-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "rpgmaker-mz-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 21 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.

  • 19 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.

  • 18 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 17 Sept 26 0
    • Stability: 0.97 → pass security
  • 16 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

  • 14 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.

  • 12 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.

  • 11 Sept 26 −3
    • Stability: pass → 0.80 functional
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 21 Sept 2026 · Analysed npm/rpgmaker-mz-mcp@1.2.0

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Dependencies 95 packages
Packages resolved 95
Stale 31
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 119 exposed · ~19,486 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
set_tile_flags ~403

Edit a tile's passability/terrain/behaviour flags in a tileset's flags[] array (the write side of get_tile_flags). Only the fields you pass change — everything else on the tile is preserved (a non-destructive merge onto the current flag word). `passage` is walkability (down/left/right/up, true = a character can walk off that way). Also settable: star ([*] overlay), ladder, bush, counter, damage (damage floor), and terrainTag (0–7). For an autotile id (A1–A4) the change is applied to all 48 shape slots of its kind by default (set applyToAutotileKind:false to touch only the exact id) so painting any border shape keeps the same passability. Writes data/Tilesets.json through the commit choke point (dry-run/diff). Returns { tilesetId, tileId, appliedTileCount, before, after }.

NameTypeReqDescription
applyToAutotileKindbooleanWhen the tile is an autotile (A1–A4), apply the change to all 48 shape slots of its kind (default true). Ignored for flat tiles.
bushboolean
counterboolean
damagebooleanDamage floor (standing on it hurts).
dryRunbooleanPreview only: return a diff of what would change without writing to disk.
ladderboolean
passageobjectWalkability per direction (true = walkable). Only the given directions change.
starboolean[*] overlay: tile drawn above the character.
terrainTagintegerTerrain tag 0–7 (0 = none).
tileIdintegeryesThe raw tile id whose flags to edit
tilesetIdintegeryesTileset id (from Tilesets.json / the map)

No output schema declared.

No examples provided.

set_type_name ~110

Rename one entry in a System.json type-name array (elements/skillTypes/weaponTypes/armorTypes/equipTypes). Index 0 is the conventional empty slot. Returns the updated array.

NameTypeReqDescription
categorystringyesWhich type-name array to edit
dryRunbooleanPreview only: return a diff of what would change without writing to disk.
indexintegeryesIndex within the array (0 = empty slot)
namestringyesThe new type name

No output schema declared.

No examples provided.

set_variable_name ~123

Set a variable name. Grows the project's variable list if the id is past the end (padded to the editor's 20-slot block), so an id from next_free_id can always be labelled. Naming a variable as soon as you claim it is what makes it visible to the next session — see list_allocated_ids.

NameTypeReqDescription
dryRunbooleanPreview only: return a diff of what would change without writing to disk.
namestringyesThe name to assign
variableIdintegeryesThe 1-based variable ID

No output schema declared.

No examples provided.

update_actor ~64

Update an actor's properties

NameTypeReqDescription
actorIdintegeryesThe ID of the actor to update
dryRunbooleanPreview only: return a diff of what would change without writing to disk.
updatesobjectyesObject containing actor properties to update

No output schema declared.

No examples provided.

update_armor ~73

Update an armor's properties (shallow merge into the existing record)

NameTypeReqDescription
armorIdintegeryesThe ID of the armor to update
dryRunbooleanPreview only: return a diff of what would change without writing to disk.
updatesobjectyesObject containing armor properties to update

No output schema declared.

No examples provided.

update_class ~128

Update a class's properties (shallow merge into the existing record). Use for name, expParams, traits, or to replace the whole learnings/params arrays; for targeted edits prefer add_class_learning / set_class_param_curve. Warns when a learned skill's stypeId has no Add Skill Type trait ({ code: 41 }).

NameTypeReqDescription
classIdintegeryesThe ID of the class to update
dryRunbooleanPreview only: return a diff of what would change without writing to disk.
updatesobjectyesObject containing class properties to update

No output schema declared.

No examples provided.

update_common_event ~169

Update a common event's properties (shallow merge into the existing record). Use for name, trigger, switchId, or to replace the whole command list. A structurally invalid command list refuses the write (nothing is saved) — pass force: true to override.

NameTypeReqDescription
commonEventIdintegeryesThe ID of the common event to update
dryRunbooleanPreview only: return a diff of what would change without writing to disk.
forcebooleanWrite even if validation finds structural problems (wrong parameter count, unterminated command list). Off by default: such a write is refused and nothing is written. Advisory warnings never block re…
updatesobjectyesObject containing common event properties to update (name, trigger, switchId, list)

No output schema declared.

No examples provided.

update_enemy ~100

Update an enemy's properties (shallow merge into the existing record). Returns `{ enemy, warnings? }` — a `battlerName` not found in img/enemies is flagged warn-by-default.

NameTypeReqDescription
dryRunbooleanPreview only: return a diff of what would change without writing to disk.
enemyIdintegeryesThe ID of the enemy to update
updatesobjectyesObject containing enemy properties to update

No output schema declared.

No examples provided.

update_game_title ~47

Update the game title

NameTypeReqDescription
dryRunbooleanPreview only: return a diff of what would change without writing to disk.
titlestringyesThe new game title

No output schema declared.

No examples provided.

update_item ~71

Update an item's properties (shallow merge into the existing record)

NameTypeReqDescription
dryRunbooleanPreview only: return a diff of what would change without writing to disk.
itemIdintegeryesThe ID of the item to update
updatesobjectyesObject containing item properties to update

No output schema declared.

No examples provided.

update_map ~103

Update a map's top-level properties (name, display name, bgm, encounters, etc.). Does not repaint tiles. Cannot change width/height (that would desync the tile data array) — use resize_map for that.

NameTypeReqDescription
dryRunbooleanPreview only: return a diff of what would change without writing to disk.
mapIdintegeryesThe ID of the map
updatesobjectyesPartial MapData properties to merge

No output schema declared.

No examples provided.

update_map_event ~146

Update a map event's properties. Refuses the write (nothing is saved) if the resulting event is structurally invalid — pass force: true to override.

NameTypeReqDescription
dryRunbooleanPreview only: return a diff of what would change without writing to disk.
eventIdintegeryesThe ID of the event
forcebooleanWrite even if validation finds structural problems (wrong parameter count, unterminated command list). Off by default: such a write is refused and nothing is written. Advisory warnings never block re…
mapIdintegeryesThe ID of the map
updatesobjectyesObject containing event properties to update

No output schema declared.

No examples provided.

update_map_tree ~109

Edit the map tree (MapInfos.json) only — reparent, reorder, rename, or expand/collapse maps without touching their tiles or events. Takes a batch of per-map updates; every referenced map (and any non-zero parentId) must exist, and the resulting tree must stay acyclic.

NameTypeReqDescription
dryRunbooleanPreview only: return a diff of what would change without writing to disk.
updatesarrayyesOne or more per-map tree edits to apply together

No output schema declared.

No examples provided.

update_skill ~59

Update a skill's properties

NameTypeReqDescription
dryRunbooleanPreview only: return a diff of what would change without writing to disk.
skillIdintegeryesThe skill ID to update
updatesobjectyesProperties to update

No output schema declared.

No examples provided.

update_starting_position ~69

Update the game starting position

NameTypeReqDescription
dryRunbooleanPreview only: return a diff of what would change without writing to disk.
mapIdintegeryesStarting map ID
xintegeryesStarting x tile
yintegeryesStarting y tile

No output schema declared.

No examples provided.

update_state ~71

Update a state's properties (shallow merge into the existing record)

NameTypeReqDescription
dryRunbooleanPreview only: return a diff of what would change without writing to disk.
stateIdintegeryesThe ID of the state to update
updatesobjectyesObject containing state properties to update

No output schema declared.

No examples provided.

update_title_screen ~210

Update the title screen: background layers (title1Name/title2Name, basenames from list_assets("titles1"/"titles2")), the BGM that plays while it is shown, and/or whether the game title text is drawn over the art. Only the provided fields are changed. Warns (never blocks) when an image/audio name is not a known asset. Returns the updated title screen settings.

NameTypeReqDescription
drawTitlebooleanWhether to draw the game title text over the background art (the editor's "Draw Game Title" option)
dryRunbooleanPreview only: return a diff of what would change without writing to disk.
title1NamestringBackground image basename from list_assets("titles1") (the far layer)
title2NamestringBackground image basename from list_assets("titles2") (drawn over title1Name)
titleBgmobjectBGM that plays while the title screen is shown

No output schema declared.

No examples provided.

update_troop ~158

Update a troop's properties (shallow merge). If `members` is provided, each enemyId is validated to exist. A structurally invalid battle-event page refuses the write (nothing is saved) — pass force: true to override.

NameTypeReqDescription
dryRunbooleanPreview only: return a diff of what would change without writing to disk.
forcebooleanWrite even if validation finds structural problems (wrong parameter count, unterminated command list). Off by default: such a write is refused and nothing is written. Advisory warnings never block re…
troopIdintegeryesThe ID of the troop to update
updatesobjectyesObject containing troop properties to update (name, members, pages)

No output schema declared.

No examples provided.

update_weapon ~72

Update a weapon's properties (shallow merge into the existing record)

NameTypeReqDescription
dryRunbooleanPreview only: return a diff of what would change without writing to disk.
updatesobjectyesObject containing weapon properties to update
weaponIdintegeryesThe ID of the weapon to update

No output schema declared.

No examples provided.

validate_assets ~180

Audit asset-filename integrity across the whole project (read-only, warn-by-default): every image/audio name field — actor characterName/faceName/battlerName, enemy battlerName, tileset sheets, map bgm/bgs/parallax/battlebacks, event page graphics, event Play BGM/BGS/ME/SE / Show Picture / Show Text face / Change Actor Images, and system titles/battlebacks/default audio/vehicle graphics — is checked against the files present under img/ and audio/. Catches a wrong filename (e.g. a battlerName with no matching img/enemies/*.png) before it becomes a runtime "Failed to load" error. An asset kind whose directory is empty/missing is skipped (not flagged). Complements validate_references (which checks id integrity). Returns { ok, warnings[] }.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

validate_event ~65

Validate a single event's command lists against the known RPG Maker MZ command table. Read-only: reports parameter/structure warnings without changing anything.

NameTypeReqDescription
eventIdintegeryesThe ID of the event to validate
mapIdintegeryesThe ID of the map

No output schema declared.

No examples provided.

validate_project ~40

Validate the event command lists of every map in the project. Read-only: returns aggregated, map-tagged warnings for auditing before or after a batch of edits.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

validate_references ~102

Audit cross-file reference integrity across the whole project (read-only, warn-by-default): Transfer Player targets and starting position point at existing maps; starting party, actor classes, class/enemy skills, troop members, enemy drops, and skill/item effects (states, learned skills, common events, animations) all resolve; and the map tree has no dangling or cyclic parentId. Complements validate_project (which checks command shape). Returns { ok, warnings[] }.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

Common questions

What is the io.github.Redseb/rpgmaker-mz-mcp server?

io.github.Redseb/rpgmaker-mz-mcp is listed in the public MCP registry as io.github.Redseb/rpgmaker-mz-mcp. MCP server for RPG Maker MZ: maps, tile painting, events, database editing, and validation. This page covers its npm package (rpgmaker-mz-mcp).

Is the io.github.Redseb/rpgmaker-mz-mcp server safe to use?

io.github.Redseb/rpgmaker-mz-mcp scores 80 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 21 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.Redseb/rpgmaker-mz-mcp server expose?

io.github.Redseb/rpgmaker-mz-mcp exposes 119 tools: get_project, set_project, update_actor, create_actor, search_actors, and 114 more. Their descriptions and schemas cost roughly 19,486 tokens of context every time the server is loaded.

Is the io.github.Redseb/rpgmaker-mz-mcp server still maintained?

io.github.Redseb/rpgmaker-mz-mcp is still listed as active in the MCP registry. We last reached this channel on 21 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the io.github.Redseb/rpgmaker-mz-mcp server under?

io.github.Redseb/rpgmaker-mz-mcp declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.