Skip to main content
Glama

RPG Maker MZ MCP Server

generate_asset

Create RPG Maker MZ game assets including characters, faces, tilesets, and battle backgrounds using AI generation with text prompts.

Instructions

Generate RPG Maker MZ asset using Gemini 2.5 Flash (characters, faces, tilesets, etc.)

Input Schema

NameRequiredDescriptionDefault
api_keyNoGemini API key (optional, uses GEMINI_API_KEY env var if not provided)
asset_typeYesType of asset to generate
filenameYesFilename for the generated asset (with extension)
project_pathYesPath to the RPG Maker MZ project directory
promptYesDescription of the asset to generate

Input Schema (JSON Schema)

{ "properties": { "api_key": { "description": "Gemini API key (optional, uses GEMINI_API_KEY env var if not provided)", "type": "string" }, "asset_type": { "description": "Type of asset to generate", "enum": [ "character", "face", "tileset", "battleback", "enemy", "sv_actor", "picture" ], "type": "string" }, "filename": { "description": "Filename for the generated asset (with extension)", "type": "string" }, "project_path": { "description": "Path to the RPG Maker MZ project directory", "type": "string" }, "prompt": { "description": "Description of the asset to generate", "type": "string" } }, "required": [ "project_path", "asset_type", "prompt", "filename" ], "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