← Back to browse

RPG Maker MV Ultimate MCP

Indexed by io.github.DiegoLopez0208

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsRPGMAKER_PROJECT_PATH VISION_API_URL VISION_API_KEY VISION_MODEL RPGMV_LEGACY_TOOLS
Claude Code
claude mcp add --env RPGMAKER_PROJECT_PATH= --env VISION_API_URL= --env VISION_API_KEY= --env VISION_MODEL= --env RPGMV_LEGACY_TOOLS= rpgmaker-mv-ultimate -- npx rpgmaker-mv-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"rpgmaker-mv-ultimate","command":"npx","args":["rpgmaker-mv-mcp"],"env":{"RPGMAKER_PROJECT_PATH":"","VISION_API_URL":"","VISION_API_KEY":"","VISION_MODEL":"","RPGMV_LEGACY_TOOLS":""}}'
JSON
{
  "mcpServers": {
    "rpgmaker-mv-ultimate": {
      "command": "npx",
      "args": [
        "rpgmaker-mv-mcp"
      ],
      "env": {
        "RPGMAKER_PROJECT_PATH": "",
        "VISION_API_URL": "",
        "VISION_API_KEY": "",
        "VISION_MODEL": "",
        "RPGMV_LEGACY_TOOLS": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.