RimBridgeServer

pardeike/RimBridgeServer
★ 9 stars C# 🤖 AI/LLM Updated 26d ago
RimBridgeServer runs an MCP server inside RimWorld so AI agents and external tools can remotely control and observe a running game.
View on GitHub →

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"
      ]
    }
  }
}