A read-only Model Context Protocol server for RuneLite. Exposes the live game state to AI assistants (Claude, etc.) over JSON-RPC + REST.
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"
]
}
}
}
Run in terminal:
claude mcp add runelite-mcp npx -y Bakon/runelite-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"runelite-mcp": {
"command": "npx",
"args": [
"-y",
"Bakon/runelite-mcp"
]
}
}
}