rpgmaker mv mcp for Cursor
io.github.xerolo44/rpgmaker-mv-mcp
MCP server for reading, editing, and playtesting RPG Maker MV projects
client:Cursor
transport:stdio
runtime:npm
Install rpgmaker mv mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"rpgmaker-mv-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@xerolo44/rpgmaker-mv-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs