Skip to main content
Glama

OSRS Wiki MCP Server

A Model Context Protocol server for the Old School RuneScape Wiki, deployed on Cloudflare Workers.

Tools

Tool

Description

search

Search the wiki for articles matching a query

summary

Get the introductory summary of a wiki page

price

Look up current Grand Exchange prices for an item

player

Fetch RuneLite player data via WikiSync plugin

Related MCP server: OSRS MCP Server

Transports

Transport

Endpoint

Streamable HTTP (preferred)

/mcp

SSE (legacy)

/sse

Setup

Claude Code / Cursor

Run the install script to add this server to your MCP config:

./scripts/install-claude-mcp.sh

Claude Desktop

Add to your Claude Desktop config (Settings > Developer > Edit Config):

{
  "mcpServers": {
    "osrs-wiki": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://wiki-osrs-mcp.isaachansen2400.workers.dev/mcp"
      ]
    }
  }
}

Direct connection

Any MCP client that supports remote servers can connect directly to:

https://wiki-osrs-mcp.isaachansen2400.workers.dev/mcp

Development

npm install
npm run dev        # Start local dev server on :8787
npm run deploy     # Deploy to Cloudflare Workers

Related MCP Connectors

Related MCP Servers

  • A
    license
    B
    quality
    C
    maintenance
    Enables interaction with Old School RuneScape game data and Wiki through the Model Context Protocol, providing tools to search the OSRS Wiki and access game definitions for items, NPCs, locations, and game mechanics.
    23
    50 npm
    34
    MIT
  • A
    license
    B
    quality
    Not graded
    maintenance
    MCP Server for interacting with Old School RuneScape Wiki API and game data files, providing tools to search the OSRS Wiki and access game data definitions through the Model Context Protocol.
    19
    50 npm
    1
    -
  • A
    license
    Not graded
    quality
    D
    maintenance
    This server enables interaction with the Old School RuneScape (OSRS) Wiki API and provides access to extensive game data definitions for items, NPCs, and interfaces. It allows users to search the wiki and query underlying game files through the Model Context Protocol.
    50 npm
    MIT