MTG Deck Manager MCP Servers
Servidores MCP de MTG Deck Manager
Este proyecto proporciona servidores de Protocolo de Contexto de Modelo (MCP) para interactuar con los mazos y la información de las cartas de Magic: The Gathering directamente a través de Claude.
Características
MTG Deck Manager : sube mazos, roba cartas, administra tu mano, realiza mulligans y gestiona el sideboarding.
Integración de API de Scryfall : busca cartas, obtén cartas aleatorias y consulta información de cartas
Related MCP server: mtg-mcp-server
Instalación
Clone este repositorio en su máquina local:
git clone https://github.com/artillect/mtg-deck-mcp-server.git
cd mtg-deck-mcp-serverConfigurar un entorno virtual de Python:
# Create and activate a virtual environment
python -m venv .venv
.venv\Scripts\activate
# Install dependencies
pip install fastmcp httpxConfiguración del cliente de escritorio de Claude
Agregue lo siguiente a su configuración de 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"
]
}
}
}Asegúrese de ajustar las rutas para que coincidan con su instalación local.
Uso
Después de configurar los servidores en su cliente Claude, puede interactuar con ellos pidiéndole a Claude que:
Subir una lista de mazos de MTG
Roba cartas de tu mazo
Mira tu mano
Busca información de cartas a través de Scryfall
Obtén tarjetas al azar o busca por nombre
Notas
El servidor Scryfall puede fallar ocasionalmente debido al desarrollo en curso.
Asegúrese de que ambos servidores estén en ejecución cuando desee utilizar sus respectivas funciones.
This server cannot be installed
Maintenance
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
- AlicenseBqualityDmaintenanceEnables AI assistants to search and retrieve Magic: The Gathering card data through the Scryfall API. Supports card searches, random card generation, autocomplete, set listings, and rulings lookup.221MIT
- AlicenseAqualityDmaintenanceProvides 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.5616MIT
- AlicenseAqualityCmaintenanceEnables Claude to search and retrieve Magic: The Gathering card details, prices, set information, and random cards from Scryfall's database through natural language.41MIT
- AlicenseNot gradedqualityDmaintenanceProvides AI assistants with access to Magic: The Gathering card data via Scryfall API, enabling card search, image downloads, and database management.252Apache 2.0
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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