RimBridgeServer runs an MCP server inside RimWorld so AI agents and external tools can remotely control and observe a running game.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"rimbridgeserver": {
"command": "npx",
"args": [
"-y",
"pardeike/RimBridgeServer"
]
}
}
}
Run in terminal:
claude mcp add rimbridgeserver npx -y pardeike/RimBridgeServer
Add to .cursor/mcp.json:
{
"mcpServers": {
"rimbridgeserver": {
"command": "npx",
"args": [
"-y",
"pardeike/RimBridgeServer"
]
}
}
}