runelite-mcp

Bakon/runelite-mcp
★ 3 stars Java AI/LLM Updated 1d ago
A read-only Model Context Protocol server for RuneLite. Exposes the live game state to AI assistants (Claude, etc.) over JSON-RPC + REST.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "runelite-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "Bakon/runelite-mcp"
      ]
    }
  }
}