OSRS MCP サーバー
Old School RuneScape (OSRS) Wiki APIおよびデータファイルと連携するためのMCPサーバー。このサーバーは、OSRS Wikiを検索し、モデルコンテキストプロトコルを介してゲームデータ定義にアクセスするためのツールを提供します。
ツール
このサーバーは次のツールを実装します。
OSRS Wikiメソッド
osrs_wiki_search
- 検索語に一致するページをOSRS Wikiで検索しますosrs_wiki_get_page_info
- OSRS Wiki の特定のページに関する情報を取得しますosrs_wiki_parse_page
- 特定の OSRS Wiki ページの解析された HTML コンテンツを取得します
ゲームデータの検索方法
search_varptypes
- プレイヤーの状態と進行状況を保存するプレイヤー変数 (varp) を varptypes.txt ファイルで検索します。search_varbittypes
- varbittypes.txt ファイルで、varps の個々のビットを格納する変数ビット (varbits) を検索します。search_iftypes
- ゲームの UI で使用されるインターフェース定義を iftypes.txt ファイルで検索します。search_invtypes
- ゲーム内のインベントリタイプの定義をinvtypes.txtファイルで検索しますsearch_loctypes
- ゲームワールド内の場所/オブジェクトタイプの定義をloctypes.txtファイルで検索しますsearch_npctypes
- npctypes.txt ファイルで NPC (非プレイヤーキャラクター) の定義を検索しますsearch_objtypes
- ゲーム内のオブジェクト/アイテムの定義をobjtypes.txtファイルで検索します。search_rowtypes
- さまざまなインターフェースで使用される行定義を rowtypes.txt ファイルで検索します。search_seqtypes
- seqtypes.txt ファイルでアニメーション シーケンスの定義を検索します。search_soundtypes
- ゲーム内のサウンド効果の定義をsoundtypes.txtファイルで検索しますsearch_spottypes
- spottypes.txt ファイルでスポットアニメーション (グラフィック効果) の定義を検索しますsearch_spritetypes
- インターフェースで使用されるスプライト画像の定義をspritetypes.txtファイルで検索します。search_tabletypes
- インターフェースタブの定義をtabletypes.txtファイルで検索します
汎用データファイルメソッド
search_data_file
- データディレクトリ内の任意のファイルで一致するエントリを検索しますget_file_details
- データディレクトリ内のファイルの詳細を取得するlist_data_files
- データディレクトリ内の利用可能なデータファイルを一覧表示します
インストール
Smithery経由でインストール
Smithery経由で Claude Desktop 用の mcp-osrs を自動的にインストールするには:
前提条件
- Node.js (v16以降)
- npmまたはyarn
パッケージのインストール
Claude Desktopでの使用
claude_desktop_config.json
に以下を追加します。
npxの使用
直接Node.js
/path/to/mcp-osrs
リポジトリへの実際のパスに置き換えます。
例
OSRS Wikiを検索
ページ情報を取得する
ゲームデータを検索
利用可能なデータファイルのリスト
発達
ライセンス
このMCPサーバーはMITライセンスに基づいてライセンスされています。つまり、MITライセンスの条件に従って、ソフトウェアを自由に使用、改変、配布することができます。詳細については、プロジェクトリポジトリのLICENSEファイルをご覧ください。
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Tools
モデル コンテキスト プロトコルを通じて Old School RuneScape ゲーム データおよび Wiki とのやり取りを可能にし、OSRS Wiki を検索し、アイテム、NPC、場所、ゲーム メカニズムのゲーム定義にアクセスするためのツールを提供します。
Related MCP Servers
- AsecurityAlicenseAqualityThis server allows users to interact with their Zotero library through the Model Context Protocol, providing tools for searching items, retrieving metadata, and accessing full text using natural language queries.Last updated -361PythonMIT License
- -securityFlicense-qualityModel Context Protocol server that enables LLMs and AI assistants to retrieve real-time Dota 2 statistics, match data, player information, and game metrics through a standardized interface.Last updated -4Python
- -securityAlicense-qualityA Model Context Protocol server that enables web search, scraping, crawling, and content extraction through multiple engines including SearXNG, Firecrawl, and Tavily.Last updated -3511TypeScriptMIT License
- -securityAlicense-qualityA community-developed Model Context Protocol server that integrates with the Riot Games API to provide League of Legends data, enabling AI assistants to retrieve player information, ranked stats, champion mastery, and match summaries through natural language queries.Last updated -3PythonMIT License