Commander brewing capapp for Magic: The Gathering — collection-aware suggestions and pairwise synergy scoring on top of j4th/mtg-mcp-server.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"urza": {
"command": "uvx",
"args": [
"urza"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add urza uvx urza
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"urza": {
"command": "uvx",
"args": [
"urza"
]
}
}
}
📋 Copy
Or install with pip: pip install urza
README Excerpt
Commander brewing capapp for Magic: The Gathering — a workflow layer over [j4th/mtg-mcp-server](https://github.com/j4th/mtg-mcp-server) that adds collection-aware suggestions, stateful deck sessions, and pairwise interaction-density scoring. **What it is:** an MCP server that extends j4th with four new capabilities:
Tools (18)
urza_brew_evaluate urza_brew_suggest urza_collection_clear urza_collection_load urza_collection_only_owned urza_collection_paste urza_collection_stats urza_session_add urza_session_create urza_session_delete urza_session_export urza_session_get urza_session_list urza_session_remove urza_session_validate urza_synergy_analyze urza_synergy_build_graph urza_synergy_score