MCP (Model Context Protocol) server for Unity games via MelonLoader - runtime inspection, manipulation, and automation
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"melonmcp": {
"command": "npx",
"args": [
"-y",
"elliotttate/MelonMCP"
]
}
}
}
Run in terminal:
claude mcp add melonmcp npx -y elliotttate/MelonMCP
Add to .cursor/mcp.json:
{
"mcpServers": {
"melonmcp": {
"command": "npx",
"args": [
"-y",
"elliotttate/MelonMCP"
]
}
}
}