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 "Install 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 installed
Maintenance
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
- AlicenseBqualityAmaintenanceEnables 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.Last updated233429MIT

OSRS MCP Serverofficial
AlicenseBquality-maintenanceMCP 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 updated19341- Alicense-qualityDmaintenanceThis 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 updated34MIT
- Alicense-qualityBmaintenanceMCP server for the Old School RuneScape Wiki, game data, Grand Exchange prices, and hiscores with polite client behavior.Last updated12MIT
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)
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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