Skip to main content
Glama

Wiki OSRS MCP

by isaachansen

OSRS Wiki MCP Server

This project is an MCP (Model Context Protocol) server for Old School RuneScape, providing tools to interact with the OSRS Wiki and RuneLite player data. It is designed to run on Cloudflare Workers and can be connected to LLM clients like Claude Desktop or the Cloudflare AI Playground.

Features

  • Wiki Search: Search the Old School RuneScape Wiki for articles and information.

  • Page Summarize: Get readable summaries of any OSRS Wiki page.

  • Player Data: Fetch RuneLite player data via the WikiSync plugin (RuneLite client required). Data is cached for one hour and can be refreshed on demand.

    • If no player data is found, users are prompted to check their username and install the WikiSync plugin.

  • Personalized Results: Search and summarize tools can use player data to curate results if a username is provided.

Usage

Deploy this MCP server to Cloudflare Workers, then connect from your preferred MCP client:

Cloudflare AI Playground

  1. Go to https://playground.ai.cloudflare.com/

  2. Enter your deployed MCP server URL (e.g. osrs-wiki-mcp.<your-account>.workers.dev/sse)

  3. Use the tools directly from the playground.

Claude Desktop

  1. Install mcp-remote and follow Anthropic's Quickstart.

  2. In Claude Desktop, go to Settings > Developer > Edit Config and add your MCP server URL.

  3. Restart Claude to see the tools become available.

Customization

Add or modify tools in src/index.ts using the MCP SDK. See the init() method for examples.

Requirements

  • Cloudflare Workers account

  • Node.js and npm for local development

  • RuneLite client with WikiSync plugin for player data features

License

MIT "calculator": {

-
security - not tested
F
license - not found
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Provides access to Old School RuneScape wiki information and game data through MCP tools. Enables users to query OSRS game content, items, and mechanics via natural language.

  1. Features
    1. Usage
      1. Cloudflare AI Playground
      2. Claude Desktop
    2. Customization
      1. Requirements
        1. License

          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/isaachansen/wiki-osrs-mcp'

          If you have feedback or need assistance with the MCP directory API, please join our Discord server