百鸽(ygocdb.com) MCP Server
About
一个基于 Model Context Protocol (MCP) 的服务端,用于与百鸽 (ygocdb.com) 等 API 交互,提供查询游戏王中文卡牌信息的工具。适合需要程序化搜索卡牌、获取卡牌详情和图片的开发者或 MCP 客户端用户。
Details
- Author
- lieyanqzu
- GitHub stars
- 4
- Downloads
- 358
- Categories
- Other
Jump to
- search_cards:通过关键字搜索游戏王卡牌。
- get_card_by_id:通过 ID 获取单张卡牌详细信息。
- get_card_image:通过 ID 获取卡牌图片。
- 支持 STDIO 和 HTTP 两种运行模式。
- 集成 Claude Desktop 等 MCP 客户端。
- 提供 Docker 部署与跨平台支持。
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
百鸽(ygocdb.com) MCP ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
通过 NPM 全局安装 (npm install -g ygocdb-mcp-server) 或直接使用 npx ygocdb-mcp-server 运行。支持 STDIO 模式(默认,用于 Claude Desktop 等客户端)和 HTTP 模式(端口 8081,用于容器部署)。也可通过 Docker 构建镜像并运行。
search_cards
通过关键字搜索游戏王卡牌,可以搜索卡牌名称、效果文本等。
get_card_by_id
通过卡牌ID获取单张游戏王卡牌的详细信息
get_card_image
通过卡牌ID获取游戏王卡牌的图片
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"\u767e\u9e3d(ygocdb.com) mcp server": {
"sbwsz": {
"command": "npx",
"args": [
"ygocdb-mcp-server"
]
}
}
}
}
McpServers
{
"sbwsz": {
"command": "npx",
"args": [
"ygocdb-mcp-server"
]
}
}
百鸽(ygocdb.com) MCP Server
English | 中文
一个基于 Model Context Protocol (MCP) 的服务端,用于与 百鸽(ygocdb.com)等 API 交互。提供了一系列工具来查询游戏王中文卡牌信息。
<a href="https://glama.ai/mcp/servers/@lieyanqzu/ygocdb-mcp">
</a>
API 文档
本服务端基于游戏王卡牌数据库的公开 API。
- 卡牌搜索: https://ygocdb.com/api/v0/?search=关键字
- 卡牌图片: https://cdn.233.momobako.com/ygopro/pics/<id>.jpg
使用示例

功能特性
- search_cards
通过关键字搜索游戏王卡牌,可以搜索卡牌名称、效果文本等。
- get_card_by_id
通过卡牌ID获取单张游戏王卡牌的详细信息。
- get_card_image
通过卡牌ID获取游戏王卡牌的图片。
使用方法
通过 NPM 包使用
```bash
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



