Skip to content
Cursor

rpgmaker xp mcp for Cursor

io.github.serifeusstudio/rpgmaker-xp-mcp

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

client:Cursor transport:stdio runtime:npm

Install rpgmaker xp mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "rpgmaker-xp-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "rpgmaker-xp-mcp"
      ],
      "env": {
        "RPGMAKER_PROJECT_PATH": "<RPGMAKER_PROJECT_PATH>",
        "RPGMAKER_RTP_PATH": "<RPGMAKER_RTP_PATH>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

rpgmaker xp mcp in other clients