HoYoLAB-MCP
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., "@HoYoLAB-MCPsearch for the latest Genshin Impact articles"
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.
HoYoLAB read-only MCP server
公開HoYoLAB/HoYoWiki APIを読み取り専用のMCPツールとして提供します。記事本文はMDX風Markdownへ変換し、HTML、Quill Delta、旧形式のJSON本文、段落、表、画像、動画を扱います。
ライセンスは GNU AGPL v3以降 です。
セットアップ
npm install
npm test実APIを使ったMCP疎通確認:
npm run mcp:check崩壊:スターレイルとゼンレスゾーンゼロを含む複数ゲームの全ツールを実APIで確認するには次を実行します。
npm run mcp:check:gamesRelated MCP server: SocialDataX 小红书 Xiaohongshu XHS RedNote MCP
起動
stdio MCPサーバーとして起動します。
npm run mcp:serverMCPクライアント設定例:
{
"mcpServers": {
"hoyolab": {
"command": "node",
"args": ["/absolute/path/to/hoyolab-mcp/scripts/mcp-server.mjs"],
"cwd": "/absolute/path/to/hoyolab-mcp"
}
}
}HoYoLABの公開読み取りAPIは通常認証情報を必要としません。必要に応じて.envへ次の値を設定できます。
HOYOLAB_LANGUAGE=ja-jp
HOYOLAB_GAME_ID=2
HOYOLAB_API_TIMEOUT_MS=20000MCPツール
search_hoyolab_posts— HoYoLAB記事を検索search_hoyowiki— 記事とHoYoWikiエントリを検索read_hoyolab_article— 記事全文をMDX風Markdownで取得read_hoyowiki_entry— Wikiエントリ全体を番号付きMarkdownで取得get_hoyowiki_hierarchy—1.、1.1.、1.1.1.の番号付き階層と場所を取得read_hoyowiki_module— 指定したModuleだけを取得read_hoyowiki_component— 指定したComponentだけを取得read_hoyolab_replies— 記事返信をMarkdownと構造化データで取得
記事取得結果は、content[0].textとstructuredContent.mdxに同じ完全な本文を返します。返信取得結果は、content[0].textとstructuredContent.markdownにMarkdownを返し、返信単位の本文・投稿者・日時・親子関係をstructuredContent.repliesで返します。
Wikiの階層番号は1始まりです。例えば1.2.はmodule[1].component[2]で直接取得できます。
This 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
- AlicenseAqualityAmaintenanceArknights PRTS Wiki MCP Server — queries the PRTS Wiki API for full-text search and article extraction, and serves auto-synced operator archives, voice lines, and story/event scripts from game data. Designed for fan-creation AI agents that need accurate lore, character profiles, and in-character dialogue references.97MIT
- AlicenseAqualityBmaintenanceRead-only MCP bridge for Xiaohongshu / XHS / RedNote social media insights: search notes, get note details and comments, creator profiles, and creator note lists.2141MIT
- AlicenseAqualityCmaintenanceA lightweight MCP server that provides read-only access to Xiaohongshu (Little Red Book) data, enabling search, note details, user profiles, and trending feeds via direct HTTP APIs.517MIT
- FlicenseAqualityBmaintenanceRead-focused MCP server for Zhihu, enabling retrieval of pins, articles, comments, and replies, with optional limited write tools for drafting and editing answers.10
Related MCP Connectors
MCP-native open-source Notion alternative: read & write pages, databases and kanban boards.
Search Stack Exchange questions, fetch Q&A threads as markdown, look up tag FAQs and user profiles.
Read any web page as clean Markdown for AI agents: fetch, search, metadata, links. SSRF-safe.
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/cyrne1-7208/HoYoLAB-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server