The Game Crafter MCP Server
io.github.alex-gon/thegamecrafter
What is the The Game Crafter MCP server?
Design, manage, and price tabletop games on The Game Crafter via MCP.
How to install The Game Crafter
Copy-paste configuration for popular MCP clients.
TGC_API_KEY_IDrequiredsecretYour TGC API key ID from thegamecrafter.com/account/apikeys
TGC_USERNAMErequiredYour TGC account username
TGC_PASSWORDrequiredsecretYour TGC account password
TGC_API_BASEOverride the TGC API base URL
TGC_UPLOAD_BASE_DIRRestrict file uploads to a specific directory
{
"mcpServers": {
"thegamecrafter": {
"command": "npx",
"args": [
"-y",
"@alex-gon/tgc-mcp-server"
],
"env": {
"TGC_API_KEY_ID": "<YOUR_TGC_API_KEY_ID>",
"TGC_USERNAME": "<YOUR_TGC_USERNAME>",
"TGC_PASSWORD": "<YOUR_TGC_PASSWORD>",
"TGC_API_BASE": "<YOUR_TGC_API_BASE>",
"TGC_UPLOAD_BASE_DIR": "<YOUR_TGC_UPLOAD_BASE_DIR>"
}
}
}
}{
"mcpServers": {
"thegamecrafter": {
"command": "npx",
"args": [
"-y",
"@alex-gon/tgc-mcp-server"
],
"env": {
"TGC_API_KEY_ID": "<YOUR_TGC_API_KEY_ID>",
"TGC_USERNAME": "<YOUR_TGC_USERNAME>",
"TGC_PASSWORD": "<YOUR_TGC_PASSWORD>",
"TGC_API_BASE": "<YOUR_TGC_API_BASE>",
"TGC_UPLOAD_BASE_DIR": "<YOUR_TGC_UPLOAD_BASE_DIR>"
}
}
}
}{
"mcpServers": {
"thegamecrafter": {
"command": "npx",
"args": [
"-y",
"@alex-gon/tgc-mcp-server"
],
"env": {
"TGC_API_KEY_ID": "<YOUR_TGC_API_KEY_ID>",
"TGC_USERNAME": "<YOUR_TGC_USERNAME>",
"TGC_PASSWORD": "<YOUR_TGC_PASSWORD>",
"TGC_API_BASE": "<YOUR_TGC_API_BASE>",
"TGC_UPLOAD_BASE_DIR": "<YOUR_TGC_UPLOAD_BASE_DIR>"
}
}
}
}{
"servers": {
"thegamecrafter": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@alex-gon/tgc-mcp-server"
],
"env": {
"TGC_API_KEY_ID": "<YOUR_TGC_API_KEY_ID>",
"TGC_USERNAME": "<YOUR_TGC_USERNAME>",
"TGC_PASSWORD": "<YOUR_TGC_PASSWORD>",
"TGC_API_BASE": "<YOUR_TGC_API_BASE>",
"TGC_UPLOAD_BASE_DIR": "<YOUR_TGC_UPLOAD_BASE_DIR>"
}
}
}
}claude mcp add thegamecrafter --env TGC_API_KEY_ID=<YOUR_TGC_API_KEY_ID> --env TGC_USERNAME=<YOUR_TGC_USERNAME> --env TGC_PASSWORD=<YOUR_TGC_PASSWORD> --env TGC_API_BASE=<YOUR_TGC_API_BASE> --env TGC_UPLOAD_BASE_DIR=<YOUR_TGC_UPLOAD_BASE_DIR> -- npx -y @alex-gon/tgc-mcp-serverRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.