modelscope·@JayArrowz/mcp-osrs
暂无描述。
用于与《老学校 RuneScape》(OSRS)Wiki API 和数据文件交互的 MCP 服务器。此服务器通过模型上下文协议提供了搜索 OSRS Wiki 和访问游戏数据定义的工具。
<a href="https://glama.ai/mcp/servers/@JayArrowz/mcp-osrs"> <img width="380" height="200" src="https://glama.ai/mcp/servers/@JayArrowz/mcp-osrs/badge" alt="OSRS 服务器 MCP 服务器" /> </a>此服务器实现了以下工具:
osrs_wiki_search - 在 OSRS Wiki 中搜索与搜索词匹配的页面osrs_wiki_get_page_info - 获取 OSRS Wiki 上特定页面的信息osrs_wiki_parse_page - 获取特定 OSRS Wiki 页面的解析 HTML 内容search_varptypes - 搜索 varptypes.txt 文件,查找存储玩家状态和进度的玩家变量(varps)search_varbittypes - 搜索 varbittypes.txt 文件,查找从 varps 中存储单个位的变量位(varbits)search_iftypes - 搜索 iftypes.txt 文件,查找游戏中 UI 使用的界面定义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 自动为 Claude Desktop 安装 mcp-osrs:
bash npx @smithery/cli@latest install @jayarrowz/mcp-osrs --client claude
bash
git clone https://github.com/jayarrowz/mcp-osrs.git cd mcp-osrs
npm install
npm run build
将以下内容添加到您的 claude_desktop_config.json 中:
json { "mcpServers": { "osrs": { "command": "npx", "args": ["-y", "@jayarrowz/mcp-osrs"] } } }
json { "mcpServers": { "osrs": { "command": "node", "args": ["/path/to/mcp-osrs/dist/index.js"] } } }
将 /path/to/mcp-osrs 替换为您实际的仓库路径。
javascript // 搜索关于 Abyssal whip 的信息 const result = await callTool("osrs_wiki_search", { search: "Abyssal whip" });
javascript // 获取特定 wiki 页面的信息 const pageInfo = await callTool("osrs_wiki_get_page_info", { titles: "Abyssal_whip" });### 搜索游戏数据 javascript // 在对象定义中搜索项目 const items = await callTool("search_objtypes", { query: "dragon", page: 1, pageSize: 10 });
javascript // 获取所有数据文件的列表 const files = await callTool("list_data_files", {});
bash
npm install
npm start
npm run build
此MCP服务器根据MIT许可证授权。这意味着您可以自由使用、修改和分发该软件,但需遵守MIT许可证的条款和条件。更多详情,请参阅项目仓库中的LICENSE文件。
一种怀旧的虚拟宠物体验,适合人工智能时代,让你可以领养、养育并与自己的数字伙伴玩耍,该伙伴会根据你的照顾而进化。
一个服务器,允许用户与任何大语言模型对弈国际象棋,具有可视化棋盘、用标准符号进行走子以及从PGN文件分析局面的功能。
暂无描述。
暂无描述。
RandomWeb3MCP 是基于 EVM 区块哈希的随机元素生成服务。该服务提供了多种随机元素生成工具,可应用于游戏、金融、测试等领域。
暂无描述。