MTG Deck Manager MCP Servers

by MCP-Mirror

262 downloads
Not rated
GitHub

About

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.

Details

Author
MCP-Mirror
Downloads
262
Categories
Other

- 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

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name MTG Deck Manager MCP Servers
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

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.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

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

McpServers

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

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.

Features

- MTG Deck Manager: Upload decks, draw cards, manage your hand, perform mulligans, and handle sideboarding
- Scryfall API Integration: Search for cards, get random cards, and look up card information

Installation

1. Clone this repository to your local machine:

git clone https://github.com/artillect/mtg-deck-mcp-server.git
cd mtg-deck-mcp-server

2. Set up a Python virtual environment:
```bash

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.