The Game Crafter for Grok
io.github.alex-gon/thegamecrafter
Design, manage, and price tabletop games on The Game Crafter via MCP.
client:Grok
transport:stdio
runtime:npm
Install The Game Crafter in Grok
.mcp.json (in your project root)
{
"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>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs