deckbuilder-mcp

kapunga/deckbuilder-mcp

3.2

If you are the rightful owner of deckbuilder-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.

Deck Builder MCP is an MCP server designed to enhance the experience of building decks with a foundation model, specifically for Magic: The Gathering enthusiasts.

Tools
1
Resources
0
Prompts
0

Deck Builder MCP

An MCP server aimed at making deck building with a foundation model delightful.

THIS IS VERY ALPHA, EXPECT RAPID FEATURE CHANGE

Current tools

  • find_card_by_set - Searches Scryfall for an MtG card by Set Code and Collection Number
  • find_card_by_name - Searches Scryfall for an MtG card by Name

Use with Claude

To use it, check out the repo, run sbt assembly to build the project.

For Claude Code

$ claude mcp add deckbuilder-mcp -- /path/to/repo/run-mcp-server.sh

For Claude Desktop

"mcpServers": {
    "deckbuilder-mcp": {
        "type": "stdio",
        "command": "/path/to/repo/deckbuilder-mcp/run-mcp-server.sh"
    }
}