RPG Maker MV Ultimate: AI copilot to generate, edit and understand RPG Maker MV projects (MCP)
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
rpgmaker-mv-mcp · npm · 5.12.2
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.DiegoLopez0208/rpgmaker-mv-ultimate",
"description": "RPG Maker MV Ultimate: AI copilot to generate, edit and understand RPG Maker MV projects (MCP)",
"title": "RPG Maker MV Ultimate MCP",
"repository": {
"url": "https://github.com/DiegoLopez0208/RpgMakerMVUltimate-MCP",
"source": "github"
},
"version": "5.12.2",
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "rpgmaker-mv-mcp",
"version": "5.12.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "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.",
"name": "RPGMAKER_PROJECT_PATH"
},
{
"description": "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.",
"name": "VISION_API_URL"
},
{
"description": "Bearer token for the vision endpoint (only sent when set).",
"isSecret": true,
"name": "VISION_API_KEY"
},
{
"description": "Vision model name to request (e.g. gpt-4o, llava). Defaults to meta/llama-3.2-90b-vision-instruct.",
"name": "VISION_MODEL"
},
{
"description": "Set to 1 to also advertise the 101 legacy v4 tool names (they remain callable regardless of this flag).",
"name": "RPGMV_LEGACY_TOOLS"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-06-29T02:00:55.908973Z",
"publishedAt": "2026-06-29T02:00:55.908973Z",
"updatedAt": "2026-06-29T02:00:55.908973Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 5.12.2last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.