rs-mcp-server

AndresI19/rs-mcp-server
★ 0 stars Python 🤖 AI/LLM Updated 1d ago
RuneScape MCP Server — exposes RuneScape research tools to Claude Desktop via the Model Context Protocol
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "rs-mcp-server": {
      "command": "uvx",
      "args": [
        "rs-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install rs-mcp-server