MCP.so
Sign In

MTG Deck Manager MCP Servers

@MCP-Mirror

About MTG Deck Manager MCP Servers

Mirror of

Basic information

Category

Other

Runtime

python

Transports

stdio

Publisher

MCP-Mirror

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "artillect_mtg-mcp-servers": {
      "command": "python",
      "args": [
        "-m",
        "venv",
        ".venv"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is MTG Deck Manager MCP Servers?

This project provides Model Context Protocol (MCP) servers for interacting with Magic: The Gathering decks and card information directly through Claude. It includes an MTG Deck Manager server for deck management and a Scryfall server for card search and lookup.

How to use MTG Deck Manager MCP Servers?

Clone the repository, set up a Python virtual environment, and install the dependencies fastmcp and httpx. Configure Claude Desktop by adding a JSON entry with paths to the Python executable and the server scripts. Once both servers are running, ask Claude to upload a deck, draw cards, search Scryfall, or perform other game actions.

Key features of MTG Deck Manager MCP Servers

  • Upload MTG decks from file or list
  • Draw cards and manage your hand
  • Perform mulligans and sideboarding
  • Search for cards via Scryfall API
  • Get random cards or card info by name
  • Interact with decks directly through Claude

Use cases of MTG Deck Manager MCP Servers

  • Upload a deck list to Claude for analysis
  • Draw and manage cards during a game session
  • Perform mulligans and sideboard adjustments
  • Search for card rulings or pricing via Scryfall
  • Get random card suggestions for brewing

FAQ from MTG Deck Manager MCP Servers

What dependencies are required to run the servers?

You need Python 3, a virtual environment, and the packages fastmcp and httpx installed via pip.

Does the Scryfall server have any known issues?

Yes, the Scryfall server may occasionally crash due to ongoing development.

Do both servers need to be running at the same time?

You should configure both servers in Claude and ensure they are running to use all features, though each server works independently.

How do I configure Claude Desktop to use these MCP servers?

Add a JSON block to your Claude config with the paths to the Python executable and the server scripts (mtg_server.py and scryfall_server.py).

Comments

More Other MCP servers