mcp-osrs
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-osrslook up Zezima's hiscores"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
OSRS MCP Server
MCP server for the Old School RuneScape Wiki, in-game data definitions, Grand Exchange prices, and hiscores. Live data from oldschool.runescape.wiki with proper redirect handling, retry/backoff, identifying User-Agent, and section + wikitext + extracts tools.
This is a community fork: previous work by @JayArrowz (much appreciated). Forked here to add better pagination, redirect handling, identifying User-Agent, additional retrieval modes (wikitext / extracts / section / opensearch), and polite client behavior.
Tools
OSRS Wiki
# | Tool | Description |
1 |
| Full-text search of the OSRS Wiki (CirrusSearch). Returns snippets with section titles. |
2 |
| Get metadata (pageid, length, last modified, redirects) for one or more titles. |
3 |
| Full-page parse → rendered HTML. Follows redirects automatically. |
4 |
| New. Raw wikitext for a page (preserves templates/infoboxes). Useful for AI to see templated context. |
5 |
| New. Cheap plain-text or limited-HTML extract via the search index. Much faster than full parse. Supports |
6 |
| New. Parse a single section by 0-based index (saves tokens on huge pages like |
7 |
| New. Title autocomplete (e.g., |
All wiki tools follow redirects=1, set an identifying User-Agent, and retry on 429/503 with exponential backoff. The client also honors the wiki's maxlag advisory by waiting and retrying once.
Game Data Search (local cache files)
search_varptypes · search_varbittypes · search_iftypes · search_invtypes
search_loctypes · search_npctypes · search_objtypes · search_rowtypes
search_seqtypes · search_soundtypes · search_spottypes · search_spritetypes
search_tabletypesPlus the generic file tools: search_data_file, get_file_details, list_data_files.
Live OSRS Data
lookup_player— Hiscores stats (skills, bosses, clues, activities).search_ge_items— Search GE items by name (the underlying mapping is cached on first call).get_ge_latest/get_ge_timeseries— Instant and historical Grand Exchange prices.
Related MCP server: Wiki OSRS MCP
Installation
npx -y mcp-osrs…or, locally:
git clone https://github.com/fisherrjd/mcp-osrs.git
cd mcp-osrs
npm install
npm run buildConfiguration
Add to your MCP client's mcpServers config:
{
"mcpServers": {
"mcp-osrs": {
"command": "npx",
"args": ["-y", "mcp-osrs"]
}
}
}Path config for claude_desktop_config.json:
OS | Path |
macOS |
|
Windows |
|
Linux |
|
Requirements
Node.js 18+
Outbound HTTPS access to
oldschool.runescape.wiki,prices.runescape.wiki, andsecure.runescape.com(hiscores).
Examples
# Search wiki
> search the OSRS Wiki for pages matching "dragon"
# Get an intro summary only — fast and small
> get an intro paragraph for the Abyssal whip page
# Parse just one section of a long page
> parse section 3 of "Slayer"
# Autocomplete a title
> wiki title autocomplete for "abys"
# Get raw wikitext for infobox data
> get the wikitext for "Abyssal_whip"
# Player + GE
> how's Zezima doing? + what's the 1h price history of cannonballs (id 2)?What changed vs upstream
Before ( | This fork ( |
Bare | Identifying UA: |
No retry / backoff | 3 retries on 429/5xx with exponential backoff; honors |
No | Honors wiki's |
|
|
Only rendered HTML output ( | + raw |
Timeout: none | 10 s per request |
gzip, etc. headers not set |
|
Source code refs | Renamed to |
Bonus: upstream pi-web-access patch
This fork ships a minimal patch for a known crash in the upstream pi package:
@nicobailon/pi-web-access v0.13.0 has a
ReferenceError: sendCuratorFallbackUpdate is not defined bug — issue #103 — that
kills pi when the search curator can't open a browser. The fix (hoist a let
binding out of the try block so the catch can see it) is captured in
patches/pi-web-access+0.13.0.patch. Apply
with patch -p0 -i patches/pi-web-access+0.13.0.patch (after the file has been
checked out from v0.13.0).
Development
npm install
npm run build # tsc + chmod + copy data
npm test # jest unit tests
npm start # stdio MCP serverLicense
MIT — see LICENSE. Upstream: JayArrowz/mcp-osrs.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/fisherrjd/mcp-osrs'
If you have feedback or need assistance with the MCP directory API, please join our Discord server