Skip to main content
Glama

RPG Maker MZ MCP Server

create_project

Create a new RPG Maker MZ project from scratch by specifying the project path and game title to initiate game development.

Instructions

Create a new RPG Maker MZ project from scratch

Input Schema

NameRequiredDescriptionDefault
game_titleYesTitle of the game
project_pathYesPath where the project will be created

Input Schema (JSON Schema)

{ "properties": { "game_title": { "description": "Title of the game", "type": "string" }, "project_path": { "description": "Path where the project will be created", "type": "string" } }, "required": [ "project_path", "game_title" ], "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