Wiki OSRS MCP
Enables deployment and hosting of MCP servers on Cloudflare's serverless platform, providing a scalable infrastructure for running MCP tools remotely
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Wiki OSRS MCPwhat are the best magic training methods for my level 75 character?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
OSRS Wiki MCP Server
A Model Context Protocol server for the Old School RuneScape Wiki, deployed on Cloudflare Workers.
Tools
Tool | Description |
| Search the wiki for articles matching a query |
| Get the introductory summary of a wiki page |
| Look up current Grand Exchange prices for an item |
| Fetch RuneLite player data via WikiSync plugin |
Related MCP server: OSRS MCP Server
Transports
Transport | Endpoint |
Streamable HTTP (preferred) |
|
SSE (legacy) |
|
Setup
Claude Code / Cursor
Run the install script to add this server to your MCP config:
./scripts/install-claude-mcp.shClaude 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/mcpDevelopment
npm install
npm run dev # Start local dev server on :8787
npm run deploy # Deploy to Cloudflare WorkersThis server cannot be deployed
Maintenance
Related MCP Connectors
- FlowdexOAuthdk.flowdex
Read and write your team's shared, AI-readable wiki from any MCP client.
Official Microsoft MCP Server to query Microsoft Entra data using natural language
Read-only MCP for the Eco game wiki: search, Markdown pages, and wiki_* lookups. No keys, no writes.
Related MCP Servers
- AlicenseBqualityCmaintenanceEnables 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.2350 npm34MIT

OSRS MCP Serverofficial
AlicenseBqualityNot gradedmaintenanceMCP 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.1950 npm1-- AlicenseNot gradedqualityDmaintenanceThis 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 npmMIT
- AlicenseNot gradedqualityCmaintenanceMCP server for the Old School RuneScape Wiki, game data, Grand Exchange prices, and hiscores with polite client behavior.6 npmMIT