MTG Deck Manager MCP Servers
MTG Deck Manager MCP 서버
이 프로젝트는 클로드를 통해 매직: 더 개더링 덱과 카드 정보와 직접 상호작용할 수 있는 MCP(모델 컨텍스트 프로토콜) 서버를 제공합니다.
특징
MTG Deck Manager : 덱 업로드, 카드 뽑기, 핸드 관리, 멀리건 수행, 사이드보딩 처리
Scryfall API 통합 : 카드 검색, 무작위 카드 가져오기, 카드 정보 조회
Related MCP server: mtg-mcp-server
설치
이 저장소를 로컬 컴퓨터에 복제하세요.
지엑스피1
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