Loading MCP server directory, please wait...
Design, manage, and price tabletop games on The Game Crafter via MCP.
npx @getmcp/cli add io.github.alex-gon/thegamecrafterRequires Node.js 18+. Community-contributed server. Review source before installing.
TGC_API_KEY_IDYour TGC API key ID from thegamecrafter.com/account/apikeys
TGC_USERNAMEYour TGC account username
TGC_PASSWORDYour TGC account password
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.alex-gon/thegamecrafter": {
"command": "npx",
"args": [
"-y",
"@alex-gon/tgc-mcp-server"
],
"env": {
"TGC_API_KEY_ID": "",
"TGC_USERNAME": "",
"TGC_PASSWORD": "",
"TGC_API_BASE": "https://www.thegamecrafter.com/api",
"TGC_UPLOAD_BASE_DIR": ""
}
}
}
}