RPG Maker MZ MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
| resources | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_project_info | Get basic information about the RPG Maker MZ project from System.json |
| list_data_files | List all JSON data files in the project's data directory |
| read_data_file | Read a specific data file from the data directory |
| write_data_file | Write to a data file in the data directory |
| search_events | Search for text or command codes in map and common events |
| get_event_page | Get event page commands with readable annotations |
| list_assets | List assets in img and audio directories |
| write_plugin_code | Write a plugin file to js/plugins directory |
| get_plugins_config | Read current plugins configuration from js/plugins.js |
| update_plugins_config | Update plugins configuration in js/plugins.js |
| add_dialogue | Add dialogue text to an event |
| add_choice | Add a choice selection to an event |
| add_loop | Add a loop structure to an event |
| add_break_loop | Add a break loop command to an event |
| add_conditional_branch | Add a conditional branch to an event |
| delete_event_command | Delete an event command at specified index |
| update_event_command | Update an event command at specified index |
| add_actor | Add a new actor to the database |
| add_item | Add a new item to the database |
| add_skill | Add a new skill to the database |
| draw_map_tile | Draw a tile on the map |
| inspect_game_state | Inspect game variables and switches via Puppeteer. Requires game running with --remote-debugging-port. |
| create_map | Create a new map in the project |
| show_picture | Show a picture in an event |
| check_assets_integrity | Check for missing assets and orphaned files |
| run_playtest | Run a playtest of the game. Launches Game.exe if available, otherwise uses browser-based fallback. |
| undo_last_change | Restore a file from its latest backup. If filename is not specified, restores the most recently modified file. |
| list_backups | List available backup files for a specific file or all files in the data directory. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| RPG Maker MZ Event Command Reference | Reference manual for MZ event commands with code to parameters mapping |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/rein1225/RPGMakerMZ_MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server