Skip to main content
Glama
artillect

MTG Deck Manager MCP Servers

by artillect

MTG Deck Manager MCP 서버

이 프로젝트는 클로드를 통해 매직: 더 개더링 덱과 카드 정보와 직접 상호작용할 수 있는 MCP(모델 컨텍스트 프로토콜) 서버를 제공합니다.

특징

  • MTG Deck Manager : 덱 업로드, 카드 뽑기, 핸드 관리, 멀리건 수행, 사이드보딩 처리

  • Scryfall API 통합 : 카드 검색, 무작위 카드 가져오기, 카드 정보 조회

Related MCP server: mtg-mcp-server

설치

  1. 이 저장소를 로컬 컴퓨터에 복제하세요.

지엑스피1

  1. Python 가상 환경을 설정하세요.

# Create and activate a virtual environment
python -m venv .venv
.venv\Scripts\activate

# Install dependencies
pip install fastmcp httpx

Claude 데스크톱 클라이언트 구성

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 서버는 지속적인 개발로 인해 가끔씩 다운될 수 있습니다.

  • 각각의 기능을 사용하려면 두 서버가 모두 실행 중인지 확인하세요.

F
license - not found
Not graded
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    A
    quality
    D
    maintenance
    Provides 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.
    56
    16
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Enables Claude to search and retrieve Magic: The Gathering card details, prices, set information, and random cards from Scryfall's database through natural language.
    4
    1
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Provides AI assistants with access to Magic: The Gathering card data via Scryfall API, enabling card search, image downloads, and database management.
    25
    2
    Apache 2.0

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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