← Back to Plugins
MCP Server MCP

RPG Maker MV Ultimate MCP

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "rpgmaker-mv-mcp",
      "version": "5.12.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "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.",
          "name": "RPGMAKER_PROJECT_PATH"
        },
        {
          "description": "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.",
          "name": "VISION_API_URL"
        },
        {
          "description": "Bearer token for the vision endpoint (only sent when set).",
          "isSecret": true,
          "name": "VISION_API_KEY"
        },
        {
          "description": "Vision model name to request (e.g. gpt-4o, llava). Defaults to meta/llama-3.2-90b-vision-instruct.",
          "name": "VISION_MODEL"
        },
        {
          "description": "Set to 1 to also advertise the 101 legacy v4 tool names (they remain callable regardless of this flag).",
          "name": "RPGMV_LEGACY_TOOLS"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...