← Index

The Game Crafter

io.github.alex-gon/thegamecrafter·v0.1.1·Other
Quality Score
89
/100

Design, manage, and price tabletop games on The Game Crafter via MCP.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "thegamecrafter": {
      "command": "npx",
      "args": [
        "-y",
        "@alex-gon/tgc-mcp-server"
      ],
      "env": {
        "TGC_API_KEY_ID": "<your-tgc_api_key_id>",
        "TGC_USERNAME": "<tgc_username>",
        "TGC_PASSWORD": "<your-tgc_password>",
        "TGC_API_BASE": "https://www.thegamecrafter.com/api",
        "TGC_UPLOAD_BASE_DIR": "<tgc_upload_base_dir>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "thegamecrafter": {
      "command": "npx",
      "args": [
        "-y",
        "@alex-gon/tgc-mcp-server"
      ],
      "env": {
        "TGC_API_KEY_ID": "<your-tgc_api_key_id>",
        "TGC_USERNAME": "<tgc_username>",
        "TGC_PASSWORD": "<your-tgc_password>",
        "TGC_API_BASE": "https://www.thegamecrafter.com/api",
        "TGC_UPLOAD_BASE_DIR": "<tgc_upload_base_dir>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @alex-gon/tgc-mcp-server
§02  Environment variables
TGC_API_KEY_ID
requiredsecret

Your TGC API key ID from thegamecrafter.com/account/apikeys

TGC_USERNAME
required

Your TGC account username

TGC_PASSWORD
requiredsecret

Your TGC account password

TGC_API_BASE

Override the TGC API base URL

TGC_UPLOAD_BASE_DIR

Restrict file uploads to a specific directory

§03  MCP Quality Score  ·  methodology
freshness
24
completeness
20
installability
25
documentation
15
stability
5
§04  Alternatives in Other