Back to Browse

RpgMakerMVUltimate MCP Server

Developer ToolsUse Caution4.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

RPG Maker MV Ultimate: AI copilot to generate, edit and understand RPG Maker MV projects (MCP)

About

RPG Maker MV Ultimate: AI copilot to generate, edit and understand RPG Maker MV projects (MCP)

Security Report

4.0
Use Caution4.0High Risk

Valid MCP server (1 strong, 1 medium validity signals). 5 known CVEs in dependencies (1 critical, 4 high severity) Package registry verified. Imported from the Official MCP Registry.

4 files analyzed · 6 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

Absolute path to the RPG Maker MV project to edit (the folder with data/ and js/). The server starts without it; needed for real editing, or call set_project_path at runtime.Optional

Environment variable: RPGMAKER_PROJECT_PATH

Base URL of an OpenAI-compatible vision endpoint to enable analyze_image mode "ai" (e.g. https://api.openai.com or http://localhost:11434). Unset = vision disabled; every other tool works offline.Optional

Environment variable: VISION_API_URL

Bearer token for the vision endpoint (only sent when set).Required

Environment variable: VISION_API_KEY

Vision model name to request (e.g. gpt-4o, llava). Defaults to meta/llama-3.2-90b-vision-instruct.Optional

Environment variable: VISION_MODEL

Set to 1 to also advertise the 101 legacy v4 tool names (they remain callable regardless of this flag).Optional

Environment variable: RPGMV_LEGACY_TOOLS

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-diegolopez0208-rpgmaker-mv-ultimate": {
      "env": {
        "VISION_MODEL": "your-vision-model-here",
        "VISION_API_KEY": "your-vision-api-key-here",
        "VISION_API_URL": "your-vision-api-url-here",
        "RPGMV_LEGACY_TOOLS": "your-rpgmv-legacy-tools-here",
        "RPGMAKER_PROJECT_PATH": "your-rpgmaker-project-path-here"
      },
      "args": [
        "-y",
        "rpgmaker-mv-mcp"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!