Home › Design & Media › rpgmaker-xp-mcp
rpgmaker-xp-mcp
Author RPG Maker XP games in natural language: read, write and render RGSS1 .rxdata.
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_PATHrequired — 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
godot-mcp
A MCP server for interacting with the Godot game engine, providing tools for editing, running, debugging, and managing scenes in Godot…
Unity-MCP
Make 3D games in Unity Engine with AI. MCP Server + Plugin for Unity Editor and Unity games.
mcp-unity
#️⃣ 🏠 - MCP Server for Unity3d Game Engine integration for game development
godot-mcp-pro
Premium MCP server for Godot game engine with 84 tools for scene editing, scripting, animation, tilemap, shader, input simulation, and…
opgg-mcp
Access real-time gaming data across popular titles like League of Legends, TFT, and Valorant, offering champion analytics, esports…
chess-mcp
Access Chess.com player data, game records, and other public information through standardized MCP interfaces, allowing AI assistants to…
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry