MTG Deck Manager MCP Servers
MTG 卡牌管理器 MCP 服务器
该项目提供模型上下文协议 (MCP) 服务器,用于直接通过 Claude 与万智牌卡组和卡片信息进行交互。
特征
MTG 牌组管理器:上传牌组、抽牌、管理手牌、执行重新洗牌以及处理换边
Scryfall API 集成:搜索卡牌、获取随机卡牌、查找卡牌信息
Related MCP server: mtg-mcp-server
安装
将此存储库克隆到您的本地机器:
git clone https://github.com/artillect/mtg-deck-mcp-server.git
cd mtg-deck-mcp-server设置 Python 虚拟环境:
# Create and activate a virtual environment
python -m venv .venv
.venv\Scripts\activate
# Install dependencies
pip install fastmcp httpxClaude 桌面客户端配置
将以下内容添加到您的 Claude 配置中:
{
"mcp_servers": {
"mtg-server": {
"command": "C:\\Path\\To\\Your\\Project\\.venv\\Scripts\\python.exe",
"args": [
"C:\\Path\\To\\Your\\Project\\mtg_server.py"
]
},
"scryfall": {
"command": "C:\\Path\\To\\Your\\Project\\.venv\\Scripts\\python.exe",
"args": [
"C:\\Path\\To\\Your\\Project\\scryfall_server.py"
]
}
}
}确保调整路径以匹配您的本地安装。
用法
在 Claude 客户端中设置服务器后,您可以通过要求 Claude 执行以下操作来与它们进行交互:
上传 MTG 牌组列表
从你的牌堆中抽牌
查看你的手牌
通过 Scryfall 搜索卡牌信息
获取随机卡片或按名称搜索
笔记
由于正在进行的开发,Scryfall 服务器可能偶尔会崩溃。
当您想要使用各自的功能时,请确保两台服务器都在运行。
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
- AlicenseBqualityDmaintenanceEnables AI assistants to search and retrieve Magic: The Gathering card data through the Scryfall API. Supports card searches, random card generation, autocomplete, set listings, and rulings lookup.221MIT
- AlicenseAqualityDmaintenanceProvides AI assistants with 69 tools, 19 prompts, and 21 resources for deep access to Magic: The Gathering, including card data, combos, draft analytics, Commander metagame, competitive constructed, sideboard strategy, deck building, and rules engine, working with any MCP client.5616MIT
- AlicenseAqualityCmaintenanceEnables Claude to search and retrieve Magic: The Gathering card details, prices, set information, and random cards from Scryfall's database through natural language.41MIT
- AlicenseNot gradedqualityDmaintenanceProvides AI assistants with access to Magic: The Gathering card data via Scryfall API, enabling card search, image downloads, and database management.252Apache 2.0
Related MCP Connectors
Scryfall MCP — Magic: The Gathering card database.
Deck of Cards MCP — wraps deckofcardsapi.com (free, no auth)
Persistent context for Claude. Your AI always knows your projects and next actions across sessions.
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/artillect/mtg-mcp-servers'
If you have feedback or need assistance with the MCP directory API, please join our Discord server