Skip to main content
Glama

RPG Maker MZ MCP Server

create_map

Create a new map in your RPG Maker MZ project by specifying map ID, name, and dimensions to build game worlds and environments.

Instructions

Create a new map in the project

Input Schema

NameRequiredDescriptionDefault
heightNoMap height in tiles (default: 13)
map_idYesMap ID number
nameYesMap name
project_pathYesPath to the RPG Maker MZ project directory
widthNoMap width in tiles (default: 17)

Input Schema (JSON Schema)

{ "properties": { "height": { "description": "Map height in tiles (default: 13)", "type": "number" }, "map_id": { "description": "Map ID number", "type": "number" }, "name": { "description": "Map name", "type": "string" }, "project_path": { "description": "Path to the RPG Maker MZ project directory", "type": "string" }, "width": { "description": "Map width in tiles (default: 17)", "type": "number" } }, "required": [ "project_path", "map_id", "name" ], "type": "object" }

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/ShunsukeHayashi/rpgmaker-mz-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server