Skip to main content
Glama

MTG Deck Manager MCP Servers

by artillect

MTG Deck Manager MCP 서버

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

특징

  • MTG Deck Manager : 덱 업로드, 카드 뽑기, 핸드 관리, 멀리건 수행, 사이드보딩 처리
  • Scryfall API 통합 : 카드 검색, 무작위 카드 가져오기, 카드 정보 조회

설치

  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 서버는 지속적인 개발로 인해 가끔씩 다운될 수 있습니다.
  • 각각의 기능을 사용하려면 두 서버가 모두 실행 중인지 확인하세요.
-
security - not tested
F
license - not found
-
quality - not tested

local-only server

The server can only run on the client's local machine because it depends on local resources.

Magic: The Gathering 플레이어가 Claude를 통해 덱을 관리하고 카드 정보에 접근할 수 있도록 하여, 카드 뽑기 및 멀리건과 같은 게임플레이 동작을 지원하는 동시에 카드 조회를 위한 Scryfall API 통합을 제공합니다.

  1. 특징
    1. 설치
      1. Claude 데스크톱 클라이언트 구성
        1. 용법
          1. 노트

            Related MCP Servers

            • A
              security
              A
              license
              A
              quality
              Facilitates interaction with Trello boards via the Trello API, offering features like rate limiting, type safety, input validation, and error handling for seamless management of cards, lists, and board activities.
              Last updated -
              9
              63
              47
              TypeScript
              MIT License
              • Linux
              • Apple
            • -
              security
              F
              license
              -
              quality
              Enables interaction with the Scryfall API, allowing users to search for Magic: The Gathering card details, retrieve card rulings, and access pricing information using the Model Context Protocol.
              Last updated -
              7
              5
              1
              JavaScript
            • A
              security
              F
              license
              A
              quality
              An MCP server that integrates Claude with Anki flashcards, allowing users to review due cards and create new flashcards directly through conversation.
              Last updated -
              6
              8
              Python
              • Apple
            • -
              security
              A
              license
              -
              quality
              Connects Claude Desktop to Anki, allowing retrieval and analysis of leech-tagged cards and adding review tags through natural language requests.
              Last updated -
              206
              JavaScript
              MIT License
              • Apple
              • Linux

            View all related MCP servers

            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