HomeDesign & Media › rpgmaker-xp-mcp

rpgmaker-xp-mcp

Author RPG Maker XP games in natural language: read, write and render RGSS1 .rxdata.

TypeScript Local Windows
★ 2 stars Last pushed 2026-09-16 License: NOASSERTION

Topics: Gaming

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.1.3)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "rpgmaker-xp-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "RPGMAKER_PROJECT_PATH": "<YOUR_VALUE>",
        "RPGMAKER_RTP_PATH": "<YOUR_VALUE>"
      }
    }
  }
}
  • RPGMAKER_PROJECT_PATH required — Path to the RPG Maker XP project folder — the one containing Game.rxproj and Data/.
  • RPGMAKER_RTP_PATH — Path to the RPG Maker XP RTP assets. Defaults to the Steam install; set this only if your RTP lives elsewhere.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry