Home › Design & Media › RPG Maker MV Ultimate MCP
RPG Maker MV Ultimate MCP
RPG Maker MV Ultimate: AI copilot to generate, edit and understand RPG Maker MV projects (MCP)
Topics: Gaming
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (npm 5.16.1)
npx -y [email protected]
Or add to your MCP client config:
{
"mcpServers": {
"rpgmakermvultimate-mcp": {
"command": "npx",
"args": [
"-y",
"[email protected]"
],
"env": {
"RPGMAKER_PROJECT_PATH": "<YOUR_VALUE>",
"VISION_API_URL": "<YOUR_VALUE>",
"VISION_API_KEY": "<YOUR_VALUE>",
"VISION_MODEL": "<YOUR_VALUE>",
"RPGMV_LEGACY_TOOLS": "<YOUR_VALUE>"
}
}
}
}
RPGMAKER_PROJECT_PATH— Absolute path to the RPG Maker MV project to edit (the folder with data/ and js/). The server starts without it; needed for real editing, or call set_project_path at runtime.VISION_API_URL— Base URL of an OpenAI-compatible vision endpoint to enable analyze_image mode "ai" (e.g. https://api.openai.com or http://localhost:11434). Unset = vision disabled; every other tool works offline.VISION_API_KEYsecret — Bearer token for the vision endpoint (only sent when set).VISION_MODEL— Vision model name to request (e.g. gpt-4o, llava). Defaults to meta/llama-3.2-90b-vision-instruct.RPGMV_LEGACY_TOOLS— Set to 1 to also advertise the 101 legacy v4 tool names (they remain callable regardless of this flag).
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