JayArrowz/mcp-osrs
If you are the rightful owner of mcp-osrs and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
MCP Server for interacting with the Old School RuneScape (OSRS) Wiki API and data files.
The OSRS MCP Server is designed to facilitate interaction with the Old School RuneScape Wiki API and game data files. It provides a suite of tools that allow users to search the OSRS Wiki and access various game data definitions through the Model Context Protocol. This server is particularly useful for developers and enthusiasts who want to integrate OSRS data into their applications or research projects. The server supports a wide range of search methods for different game data types, including player variables, interface definitions, and object/item definitions. Additionally, it offers generic data file methods to search and retrieve information from any file in the data directory. The server is easy to install and can be integrated with platforms like Claude Desktop using simple configuration scripts.
Features
- Comprehensive OSRS Wiki search and page information retrieval.
- Extensive game data search capabilities for various data types.
- Generic data file search and management methods.
- Easy installation and integration with platforms like Claude Desktop.
- Support for Node.js and npm/yarn for package management.
Usages
npx with Claude Desktop
{ "mcpServers": { "osrs": { "command": "npx", "args": ["-y", "@jayarrowz/mcp-osrs"] } } }
Direct Node.js with Claude Desktop
{ "mcpServers": { "osrs": { "command": "node", "args": ["/path/to/mcp-osrs/dist/index.js"] } } }