OSRS-MCP-Companion

Sleepywalker69/OSRS-MCP-Companion
★ 3 stars Java AI/LLM Updated today
A RuneLite plugin that exposes live game data via a local HTTP API, paired with an MCP server that gives AI assistants (Claude Desktop, Claude Code, etc.) direct access to 57 game state tools. Think IDA for Old School RuneScape — connect via MCP and query any data you need in real time.
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": {
    "osrs-mcp-companion": {
      "command": "npx",
      "args": [
        "-y",
        "Sleepywalker69/OSRS-MCP-Companion"
      ]
    }
  }
}