Odel
RPG Maker MV Ultimate MCP

RPG Maker MV Ultimate MCP

Local
@diegolopez020821TypeScriptMITUpdated 6 days ago

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

Runs locally over stdio

This server isn't hosted โ€” your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmrpgmaker-mv-mcpv5.16.1

Run

npx -y rpgmaker-mv-mcp

MCP client config

{
  "mcpServers": {
    "rpg-maker-mv-ultimate-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "rpgmaker-mv-mcp"
      ]
    }
  }
}