Skip to main content
Glama
artillect

MTG Deck Manager MCP Servers

by artillect

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

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

特徴

  • MTG デッキマネージャー: デッキをアップロードし、カードを引いて、手札を管理し、マリガンを実行し、サイドボードを管理します

  • Scryfall API 統合: カードを検索し、ランダムなカードを取得し、カード情報を調べます

Related MCP server: mtg-mcp-server

インストール

  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 サーバーは開発中のため、時々クラッシュする場合があります。

  • それぞれの機能を使用する場合は、両方のサーバーが実行中であることを確認してください。

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