mcp-server-runescape
@stefan-xyz
About mcp-server-runescape
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-server-runescape": {
"command": "npx",
"args": [
"-y",
"mcp-server-runescape"
]
}
}
}Tools
6Returns the current price and price trends information on tradeable items in the Grand Exchange, the category, item image and examine for the given item. Examples: - Single: "What is the price of a dragon scimitar?" - Multi comparison: "Compare the price of a dragon scimitar and a rune scimitar" - "Torva full helm price" - "Current price of a dragon pickaxe" - "How much percentage has the price of a dragon pickaxe changed in the past 30 days?" - "How much percentage has the price of a dragon pickaxe changed in the past 90 days?" - "How much percentage has the price of a dragon pickaxe changed in the past 180 days?" - "Give me the description of an armadyl godsword" - "Give me the icon of a dragon scimitar" - "What is the id of an abyssal whip?"
Returns the prices each day of a given item for the previous 180 days. This is useful for seeing the price trends of an item over time. Usefull for when someone asks all price history of an item. Examples: - Single: "Price history of a dragon scimitar?" - Multi comparison: "Compare all price history of a dragon scimitar and a rune scimitar" - "All prices for a dragon scimitar" - "Rune scimitar price on 1 april 2025"
Returns a player's rank, level and experience or score in an activity. Examples: - Single: "What rank is Zezima?" - Multi comparison: "Compare Zezima and Lynx Titan" - "What rank is Zezima on runescape?" - "How much experience does Lynx Titan have overall?" - "Iron Hyger ironman?"
Returns up to the top 50 players in a given skill or activity. Examples: - Single: "Top 10 players overall?" - Multi comparison: "Compare the top 10 defence and attack rankings" - "Give me the top 50 attack rankings" - "Number one agility on runescape?" - "Most zulrah kills?" - "Give me the top 5 jad rankings"
Returns the number of players currently online in RuneScape and Old School RuneScape.
Returns the current amount of accounts created that can access any form of RuneScape. This includes accounts made on FunOrb or a particular version of RuneScape.
Overview
What is mcp-server-runescape?
mcp-server-runescape is an MCP server that provides tools for fetching RuneScape (RS) and Old School RuneScape (OSRS) data, including item prices, player hiscores, and more. It is built for use with MCP-compatible clients like Claude desktop and Cursor.
How to use mcp-server-runescape?
Install via npm by running npx -y mcp-server-runescape, or clone the repository and run npm install/yarn. Add the server configuration to your MCP client’s config file (e.g., claude_desktop_config.json or .cursor/mcp.json) using either the npx command or a local path to server.js. Restart the client to apply changes.
Key features of mcp-server-runescape
- Fetch Grand Exchange item details and current prices
- Retrieve 180‑day price history for items
- Look up player hiscores (rank, level, experience)
- View top 50 rankings for any skill or activity
- Get real‑time player counts for RS and OSRS
- Obtain historical account creation totals
Use cases of mcp-server-runescape
- Ask an AI assistant for the current price of a RuneScape item
- Check a player’s rank and experience for a specific skill
- View the top 10 players worldwide in a given activity
- Analyze price trends for items over the past 180 days
- Monitor how many players are online in real time
FAQ from mcp-server-runescape
What tools does the server provide?
It provides six tools: get_item_details, get_item_price_history, get_player_hiscore, get_top_rankings, get_player_count, and get_rsuser_total.
How do I install mcp-server-runescape?
You can run it via npx -y mcp-server-runescape or clone the repository, install dependencies with npm install or yarn, then configure your MCP client with the appropriate command.
What data sources does it use?
It uses the RuneScape Wiki API (runescape.wiki/w/Application_programming_interface), preferring endpoints that support both RS and OSRS data.
Does it require Node.js?
Yes, Node.js must be installed on your system.
Which MCP clients are supported?
The README explicitly mentions Claude desktop and Cursor, but other MCP clients may also work. Transport is assumed to be stdio (standard MCP server pattern). No authentication is required.
Frequently asked questions
What tools does the server provide?
It provides six tools: `get_item_details`, `get_item_price_history`, `get_player_hiscore`, `get_top_rankings`, `get_player_count`, and `get_rsuser_total`.
How do I install mcp-server-runescape?
You can run it via `npx -y mcp-server-runescape` or clone the repository, install dependencies with `npm install` or `yarn`, then configure your MCP client with the appropriate command.
What data sources does it use?
It uses the RuneScape Wiki API (runescape.wiki/w/Application_programming_interface), preferring endpoints that support both RS and OSRS data.
Does it require Node.js?
Yes, Node.js must be installed on your system.
Which MCP clients are supported?
The README explicitly mentions Claude desktop and Cursor, but other MCP clients may also work. Transport is assumed to be stdio (standard MCP server pattern). No authentication is required.
Basic information
More Other MCP servers
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Comments