rpgmaker mv mcp for Zed
io.github.xerolo44/rpgmaker-mv-mcp
MCP server for reading, editing, and playtesting RPG Maker MV projects
client:Zed
transport:stdio
runtime:npm
Install rpgmaker mv mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"rpgmaker-mv-mcp": {
"command": "npx",
"args": [
"-y",
"@xerolo44/rpgmaker-mv-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs