Skip to content
Cursor

The Game Crafter for Cursor

io.github.alex-gon/thegamecrafter

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

client:Cursor transport:stdio runtime:npm

Install The Game Crafter in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "thegamecrafter": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@alex-gon/tgc-mcp-server"
      ],
      "env": {
        "TGC_API_KEY_ID": "<TGC_API_KEY_ID>",
        "TGC_USERNAME": "<TGC_USERNAME>",
        "TGC_PASSWORD": "<TGC_PASSWORD>",
        "TGC_API_BASE": "<TGC_API_BASE>",
        "TGC_UPLOAD_BASE_DIR": "<TGC_UPLOAD_BASE_DIR>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

The Game Crafter in other clients