RPGMakerUltimate-MCP
Related Servers
Alternatives to RPGMakerUltimate-MCP
- AlicenseBqualityDmaintenanceEnables AI agents to directly manipulate RPG Maker MZ projects through natural language commands, allowing creation and modification of game assets like items, weapons, enemies, maps, and plugins without manually editing game files.3668 npm2MIT
- FlicenseCqualityDmaintenanceA Model Context Protocol server that enables management of RPG Maker MZ and MV project data, including actors, items, maps, and events. It allows users to create, update, and search game assets through natural language integration with MCP-compatible clients.371-
Related Servers
- AlicenseBqualityBmaintenanceMCP server that reads and writes RPG Maker XP project .rxdata files, enabling AI assistants to create and edit actors, items, skills, maps, events, and scripts, and render map previews, by describing what you want.6527 npm1MIT
- AlicenseCqualityDmaintenanceEnables AI models to develop and automate RPG Maker MZ projects by creating maps, events, and plugins through natural language commands. It provides comprehensive tools for database management, asset integrity checks, and direct map tile manipulation.286 npm1ISC
- AlicenseCqualityDmaintenanceProvides tools for managing RPG Maker MZ game data, maps, events, and system settings through natural language, enabling AI-assisted game development.3568 npm29MIT
- AlicenseNot gradedqualityDmaintenanceA local, file-based bridge that lets an AI client read, draft, validate, and safely write content into an RPG Maker MV project.2MIT
- AlicenseBqualityAmaintenanceEnables AI assistants to read and write RPG Maker MZ projects directly, covering database, maps, events, and system settings with 119 tools.10068 npm6MIT
- AlicenseBqualityBmaintenanceEnables AI assistants to act as co-developers for RPG Maker MV projects, providing full database CRUD, map and event editing, plugin management, playtest control, and automatic backups.4134 npmMIT
TDQS
Scored across 13 tools
Most top-level tools target a distinct resource (database, map, event, system, image), but analyze_project overlaps with get_project_context and query_database/query_map for project summaries, validation, and usage lookups. The detailed view/action parameters help, but an agent could reasonably call the wrong tool when asking broad project questions.
All tool names follow a consistent verb_noun snake_case pattern, which is predictable and readable. Minor inconsistencies exist: query_database uses a shorter noun than create/update/delete_database_entry, and manage_map_event vs edit_map slightly blurs the map/event boundary.
13 tools is a well-scoped count for a project with analysis, database CRUD, map generation/editing, event management, and system configuration. Each tool earns its place even though analyze_project is quite overloaded with sub-modes.
The server covers the core lifecycle well: database entries are fully CRUD-able, events are create/read/update/delete, maps are create/read/update, and system settings are readable/editable. Minor gaps include no map deletion, no explicit common-event creation, and event commands being append-only rather than fully editable.