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