Skip to main content
GamingTypeScript

stefan-xyz/mcp-server-runescape

An MCP server with tools for interacting with RuneScape (RS) and Old School RuneScape (OSRS) data, including item prices, player hiscores, and more.

gaming
Share:

Quick Start

Clone the repository:

git clone https://github.com/stefan-xyz/mcp-server-runescape

Claude Desktop configuration example:

{
  "mcpServers": {
    "mcp-server-runescape": {
      "command": "npx",
      "args": [
        "-y",
        "stefan-xyz/mcp-server-runescape"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Gaming
Language
TypeScript
Author
stefan-xyz