Skip to content

RPG Maker MV Ultimate MCP for Zed

io.github.diegolopez0208/rpgmaker-mv-ultimate

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

client:Zed transport:stdio runtime:npm

Install RPG Maker MV Ultimate MCP in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "rpgmaker-mv-ultimate": {
      "command": "npx",
      "args": [
        "-y",
        "rpgmaker-mv-mcp"
      ],
      "env": {
        "RPGMAKER_PROJECT_PATH": "<RPGMAKER_PROJECT_PATH>",
        "VISION_API_URL": "<VISION_API_URL>",
        "VISION_API_KEY": "<VISION_API_KEY>",
        "VISION_MODEL": "<VISION_MODEL>",
        "RPGMV_LEGACY_TOOLS": "<RPGMV_LEGACY_TOOLS>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

RPG Maker MV Ultimate MCP in other clients