MCP.so
登录

MTG Deck Manager MCP Servers

@MCP-Mirror

关于 MTG Deck Manager MCP Servers

Mirror of

基本信息

分类

其他

运行时

python

传输方式

stdio

发布者

MCP-Mirror

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

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

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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).

评论

其他 分类下的更多 MCP 服务器