stefan-xyz/mcp-server-runescape
An MCP server with tools for interacting with RuneScape (RS) and Old School RuneScape (OSRS) data, including item prices, player hiscores, and more.
Quick Start
Clone the repository:
git clone https://github.com/stefan-xyz/mcp-server-runescapeClaude Desktop configuration example:
{
"mcpServers": {
"mcp-server-runescape": {
"command": "npx",
"args": [
"-y",
"stefan-xyz/mcp-server-runescape"
]
}
}
}Check the repository README for specific installation and configuration instructions.