The Game Crafter
About
Design, manage, and price tabletop games on The Game Crafter via MCP.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
TGC_API_KEY_ID TGC_USERNAME TGC_PASSWORD TGC_API_BASE TGC_UPLOAD_BASE_DIRClaude Code
claude mcp add --env TGC_API_KEY_ID= --env TGC_USERNAME= --env TGC_PASSWORD= --env TGC_API_BASE= --env TGC_UPLOAD_BASE_DIR= thegamecrafter -- npx @alex-gon/tgc-mcp-server
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"thegamecrafter","command":"npx","args":["@alex-gon/tgc-mcp-server"],"env":{"TGC_API_KEY_ID":"","TGC_USERNAME":"","TGC_PASSWORD":"","TGC_API_BASE":"","TGC_UPLOAD_BASE_DIR":""}}'
JSON
{
"mcpServers": {
"thegamecrafter": {
"command": "npx",
"args": [
"@alex-gon/tgc-mcp-server"
],
"env": {
"TGC_API_KEY_ID": "",
"TGC_USERNAME": "",
"TGC_PASSWORD": "",
"TGC_API_BASE": "",
"TGC_UPLOAD_BASE_DIR": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.