RPG Maker MV Ultimate MCP MCP Server
io.github.DiegoLopez0208/rpgmaker-mv-ultimate
What is the RPG Maker MV Ultimate MCP MCP server?
RPG Maker MV Ultimate: AI copilot to generate, edit and understand RPG Maker MV projects (MCP)
How to install RPG Maker MV Ultimate MCP
Copy-paste configuration for popular MCP clients.
RPGMAKER_PROJECT_PATHAbsolute 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_URLBase 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_KEYsecretBearer token for the vision endpoint (only sent when set).
VISION_MODELVision model name to request (e.g. gpt-4o, llava). Defaults to meta/llama-3.2-90b-vision-instruct.
RPGMV_LEGACY_TOOLSSet to 1 to also advertise the 101 legacy v4 tool names (they remain callable regardless of this flag).
{
"mcpServers": {
"rpgmaker-mv-ultimate": {
"command": "npx",
"args": [
"-y",
"rpgmaker-mv-mcp"
],
"env": {
"RPGMAKER_PROJECT_PATH": "<YOUR_RPGMAKER_PROJECT_PATH>",
"VISION_API_URL": "<YOUR_VISION_API_URL>",
"VISION_API_KEY": "<YOUR_VISION_API_KEY>",
"VISION_MODEL": "<YOUR_VISION_MODEL>",
"RPGMV_LEGACY_TOOLS": "<YOUR_RPGMV_LEGACY_TOOLS>"
}
}
}
}{
"mcpServers": {
"rpgmaker-mv-ultimate": {
"command": "npx",
"args": [
"-y",
"rpgmaker-mv-mcp"
],
"env": {
"RPGMAKER_PROJECT_PATH": "<YOUR_RPGMAKER_PROJECT_PATH>",
"VISION_API_URL": "<YOUR_VISION_API_URL>",
"VISION_API_KEY": "<YOUR_VISION_API_KEY>",
"VISION_MODEL": "<YOUR_VISION_MODEL>",
"RPGMV_LEGACY_TOOLS": "<YOUR_RPGMV_LEGACY_TOOLS>"
}
}
}
}{
"mcpServers": {
"rpgmaker-mv-ultimate": {
"command": "npx",
"args": [
"-y",
"rpgmaker-mv-mcp"
],
"env": {
"RPGMAKER_PROJECT_PATH": "<YOUR_RPGMAKER_PROJECT_PATH>",
"VISION_API_URL": "<YOUR_VISION_API_URL>",
"VISION_API_KEY": "<YOUR_VISION_API_KEY>",
"VISION_MODEL": "<YOUR_VISION_MODEL>",
"RPGMV_LEGACY_TOOLS": "<YOUR_RPGMV_LEGACY_TOOLS>"
}
}
}
}{
"servers": {
"rpgmaker-mv-ultimate": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"rpgmaker-mv-mcp"
],
"env": {
"RPGMAKER_PROJECT_PATH": "<YOUR_RPGMAKER_PROJECT_PATH>",
"VISION_API_URL": "<YOUR_VISION_API_URL>",
"VISION_API_KEY": "<YOUR_VISION_API_KEY>",
"VISION_MODEL": "<YOUR_VISION_MODEL>",
"RPGMV_LEGACY_TOOLS": "<YOUR_RPGMV_LEGACY_TOOLS>"
}
}
}
}claude mcp add rpgmaker-mv-ultimate --env RPGMAKER_PROJECT_PATH=<YOUR_RPGMAKER_PROJECT_PATH> --env VISION_API_URL=<YOUR_VISION_API_URL> --env VISION_API_KEY=<YOUR_VISION_API_KEY> --env VISION_MODEL=<YOUR_VISION_MODEL> --env RPGMV_LEGACY_TOOLS=<YOUR_RPGMV_LEGACY_TOOLS> -- npx -y rpgmaker-mv-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.