Servers
MTG Deck Manager MCP Servers
@artillect
Model Context Protocol (MCP) servers for searching for cards with the Scryfall API, and managing the LLM's decklist and hand when playing
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mtg-mcp-servers": {
"command": "python",
"args": [
"-m",
"venv",
".venv"
]
}
}
}