Token导航 LogoToken导航TokenDH.com
MTG Deck Manager MCP Servers logo
开发工具stdio官方级别未说明来源级核验

MTG Deck Manager MCP Servers

MCP Server

Model Context Protocol (MCP) servers for searching for cards with the Scryfall API, and managing the LLM's decklist and hand when playing

工具数

0

提示词数

0

GitHub Stars

13

资源数

0
PythonClaude开发工具Claude

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

作者 / 组织

artillect

提供方

artillect

最后核验

2026/5/18 03:27

运行时

Python

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

命令预览

python -m venv .venv

详细介绍

MTG甲板管理器MCP服务器

该项目提供模型上下文协议(MCP)服务器,用于直接通过Claude与Magic:The Gathering牌组和卡信息进行交互。

特性

  • MTG甲板经理:上传套牌、抽牌、管理手牌、执行mulligans和处理侧板
  • 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桌面客户端配置

将以下内容添加到您的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服务器偶尔可能会崩溃。
  • 当您想使用各自的功能时,请确保两台服务器都在运行。

目录标签

目录标签

PythonClaude开发工具developer-tools卡牌游戏本地部署MTG卡牌管理ScryfallAPI游戏辅助工具

支持客户端

Claude

接入字段

传输方式(transport,传输协议)

stdio

鉴权方式(authType,认证方式)

none

运行时(runtime,运行环境)

Python

部署方式(deploymentType,部署类型)

local-only

工具数量(toolCount,工具数)

0

资源数量(resourceCount,资源数)

0

提示词数量(promptCount,提示词数)

0

权限和风险

stdiononelocal-only

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

来源信息

继续浏览同类 MCP