Runescape MCP Server

This is an MCP server with tools for interacting with RuneScape (RS) and Old School RuneScape (OSRS) data, including item prices, player hiscores

Local serverstdio

What is the Runescape MCP server?

Most planning and project tracking work still happens through a UI a human drives. Runescape MCP server moves it into the conversation instead. This is an MCP server with tools for interacting with RuneScape (RS) and Old School RuneScape (OSRS) data, including item prices, player hiscores, and more.

Getting it running

Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client. The configuration blocks on this page cover the common clients.

The tools it exposes

The server publishes 1 tool. What each one is for:

  • Note — For consistency I tried to only use API endpoints which support both RS and OSRS data

Things to watch

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

How it compares

Among the planning and project tracking options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Runescape's toolset — Note — is a fair guide to whether it matches your workflow. It is maintained by stefan-xyz; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against Runescape's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Available tools

ToolWhat it does
NoteFor consistency I tried to only use API endpoints which support both RS and OSRS data.

How to install the Runescape MCP server

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

Configuration as documented by the project. Restart the client after saving.

Example prompts to try

  • Use Runescape to Note.

Frequently asked questions

It connects Runescape to MCP-compatible AI assistants such as Claude and Cursor, exposing 1 tool (Note) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Runescape directly.