Skip to content
Grok

rpgmaker xp mcp for Grok

io.github.serifeusstudio/rpgmaker-xp-mcp

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

client:Grok transport:stdio runtime:npm

Install rpgmaker xp mcp in Grok

.mcp.json (in your project root)

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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

rpgmaker xp mcp in other clients