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)
{
"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