HomeDesign & Media › The Game Crafter

The Game Crafter

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

TypeScript Cloud
★ 3 stars Last pushed 2026-04-02 License: MIT

Topics: Gaming

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.1.1)

npx -y @alex-gon/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "thegamecrafter-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@alex-gon/[email protected]"
      ],
      "env": {
        "TGC_API_KEY_ID": "<YOUR_VALUE>",
        "TGC_USERNAME": "<YOUR_VALUE>",
        "TGC_PASSWORD": "<YOUR_VALUE>",
        "TGC_API_BASE": "<YOUR_VALUE>",
        "TGC_UPLOAD_BASE_DIR": "<YOUR_VALUE>"
      }
    }
  }
}
  • TGC_API_KEY_ID required secret — Your TGC API key ID from thegamecrafter.com/account/apikeys
  • TGC_USERNAME required — Your TGC account username
  • TGC_PASSWORD required secret — Your TGC account password
  • TGC_API_BASE — Override the TGC API base URL
  • TGC_UPLOAD_BASE_DIR — Restrict file uploads to a specific directory

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry