Skip to main content
Glama

MTG Deck Manager MCP Servers

by artillect

MTGデッキマネージャーMCPサーバー

このプロジェクトは、Claude を通じて Magic: The Gathering のデッキやカード情報と直接やり取りするための Model Context Protocol (MCP) サーバーを提供します。

特徴

  • MTG デッキマネージャー: デッキをアップロードし、カードを引いて、手札を管理し、マリガンを実行し、サイドボードを管理します
  • Scryfall API 統合: カードを検索し、ランダムなカードを取得し、カード情報を調べます

インストール

  1. このリポジトリをローカル マシンにクローンします。
git clone https://github.com/artillect/mtg-deck-mcp-server.git cd mtg-deck-mcp-server
  1. Python 仮想環境をセットアップします。
# Create and activate a virtual environment python -m venv .venv .venv\Scripts\activate # Install dependencies pip install fastmcp httpx

クロードデスクトップクライアントの構成

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. クロードデスクトップクライアントの構成
        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