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
A
license - permissive license
-
quality - not tested
F
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    B
    quality
    -
    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.
    Last updated
    19
    34
    1
  • A
    license
    -
    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.
    Last updated
    34
    MIT

View all related MCP servers

Related MCP Connectors

  • Official Microsoft MCP Server to query Microsoft Entra data using natural language

  • Driflyte MCP server which lets AI assistants query topic-specific knowledge from web and GitHub.

  • Serper MCP — wraps the Serper Google Search API (serper.dev)

View all MCP Connectors

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