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

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
-
security - not tested
F
license - not found
-
quality - not tested

Resources

Looking for Admin?

Admins can modify the Dockerfile, update the server description, and track usage metrics. If you are the server author, to access the admin panel.

Latest Blog Posts

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