
OSRS Wiki
Accesses Old School RuneScape game data through wiki searches and structured file queries. Lets you search the OSRS wiki and look up detailed definitions for game objects, NPCs, items, and player variables.
Provides tools for accessing Old School RuneScape game data through wiki searches and structured file queries with pagination support
What it does
- Search OSRS Wiki pages
- Parse wiki page content
- Query NPC definitions and stats
- Look up item and object properties
- Search player variable definitions
- Access UI interface definitions
Best for
About OSRS Wiki
OSRS Wiki is a community-built MCP server published by jayarrowz that provides AI assistants with tools and capabilities via the Model Context Protocol. Access OSRS Wiki tools for game data, price checks, and ranged gear info. Search the os rs wiki with structured queries It is categorized under search web. This server exposes 19 tools that AI clients can invoke during conversations and coding sessions.
How to install
You can install OSRS Wiki in your AI client of choice. Use the install panel on this page to get one-click setup for Cursor, Claude Desktop, VS Code, and other MCP-compatible clients. This server runs locally on your machine via the stdio transport.
License
OSRS Wiki is released under the MIT license. This is a permissive open-source license, meaning you can freely use, modify, and distribute the software.
Tools (19)
Search the OSRS Wiki for pages matching a search term.
Get information about specific pages on the OSRS Wiki.
Get the parsed HTML content of a specific OSRS Wiki page.
Search the varptypes.txt file for player variables (varps) that store player state and progress.
Search the varbittypes.txt file for variable bits (varbits) that store individual bits from varps.
OSRS MCP Server 
MCP Server for interacting with the Old School RuneScape (OSRS) Wiki API and data files. This server provides tools to search the OSRS Wiki and access game data definitions through the Model Context Protocol.
Tools
This server implements the following tools:
OSRS Wiki Methods
osrs_wiki_search- Search the OSRS Wiki for pages matching a search termosrs_wiki_get_page_info- Get information about specific pages on the OSRS Wikiosrs_wiki_parse_page- Get the parsed HTML content of a specific OSRS Wiki page
Game Data Search Methods
search_varptypes- Search the varptypes.txt file for player variables (varps) that store player state and progresssearch_varbittypes- Search the varbittypes.txt file for variable bits (varbits) that store individual bits from varpssearch_iftypes- Search the iftypes.txt file for interface definitions used in the game's UIsearch_invtypes- Search the invtypes.txt file for inventory type definitions in the gamesearch_loctypes- Search the loctypes.txt file for location/object type definitions in the game worldsearch_npctypes- Search the npctypes.txt file for NPC (non-player character) definitionssearch_objtypes- Search the objtypes.txt file for object/item definitions in the gamesearch_rowtypes- Search the rowtypes.txt file for row definitions used in various interfacessearch_seqtypes- Search the seqtypes.txt file for animation sequence definitionssearch_soundtypes- Search the soundtypes.txt file for sound effect definitions in the gamesearch_spottypes- Search the spottypes.txt file for spot animation (graphical effect) definitionssearch_spritetypes- Search the spritetypes.txt file for sprite image definitions used in the interfacesearch_tabletypes- Search the tabletypes.txt file for interface tab definitions
Generic Data File Methods
search_data_file- Search any file in the data directory for matching entriesget_file_details- Get details about a file in the data directorylist_data_files- List available data files in the data directory
Installation
Installing via Smithery
To install mcp-osrs for Claude Desktop automatically via Smithery:
npx @smithery/cli@latest install @jayarrowz/mcp-osrs --client claude
Prerequisites
- Node.js (v16 or later)
- npm or yarn
Installing the package
# Clone the repository
git clone https://github.com/jayarrowz/mcp-osrs.git
cd mcp-osrs
# Install dependencies
npm install
# Build the package
npm run build
Usage with Claude Desktop
Add the following to your claude_desktop_config.json:
Using npx
{
"mcpServers": {
"osrs": {
"command": "npx",
"args": ["-y", "@jayarrowz/mcp-osrs"]
}
}
}
Direct Node.js
{
"mcpServers": {
"osrs": {
"command": "node",
"args": ["/path/to/mcp-osrs/dist/index.js"]
}
}
}
Replace /path/to/mcp-osrs with the actual path to your repository.
Examples
Search the OSRS Wiki
// Search for information about the Abyssal whip
const result = await callTool("osrs_wiki_search", {
search: "Abyssal whip"
});
Get Page Information
// Get information about a specific wiki page
const pageInfo = await callTool("osrs_wiki_get_page_info", {
titles: "Abyssal_whip"
});
Search Game Data
// Search for items in the object definitions
const items = await callTool("search_objtypes", {
query: "dragon",
page: 1,
pageSize: 10
});
List Available Data Files
// Get a list of all data files
const files = await callTool("list_data_files", {});
Development
# Install dependencies
npm install
# Start the server in development mode
npm start
# Build the server
npm run build
License
This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.
Alternatives
Related Skills
Browse all skillsOfficial Google SEO guide covering search optimization, best practices, Search Console, crawling, indexing, and improving website search visibility based on official Google documentation
Create user-centered, accessible interface copy (microcopy) for digital products including buttons, labels, error messages, notifications, forms, onboarding, empty states, success messages, and help text. Use when writing or editing any text that appears in apps, websites, or software interfaces, designing conversational flows, establishing voice and tone guidelines, auditing product content for consistency and usability, reviewing UI strings, or improving existing interface copy. Applies UX writing best practices based on four quality standards — purposeful, concise, conversational, and clear. Includes accessibility guidelines, research-backed benchmarks (sentence length, comprehension rates, reading levels), expanded error patterns, tone adaptation frameworks, and comprehensive reference materials.
Research a topic from the last 30 days on Reddit + X + Web, become an expert, and write copy-paste-ready prompts for the user's target tool.
Automate web browser interactions using natural language via CLI commands. Use when the user asks to browse websites, navigate web pages, extract data from websites, take screenshots, fill forms, click buttons, or interact with web applications. Triggers include "browse", "navigate to", "go to website", "extract data from webpage", "screenshot", "web scraping", "fill out form", "click on", "search for on the web". When taking actions be as specific as possible.
Search Engine Optimization specialist for content strategy, technical SEO, keyword research, and ranking improvements. Use when optimizing website content, improving search rankings, conducting keyword analysis, or implementing SEO best practices. Expert in on-page SEO, meta tags, schema markup, and Core Web Vitals.
Use this skill for requests related to web research; it provides a structured approach to conducting comprehensive web research
