Home › Design & Media › The Game Crafter
The Game Crafter
Design, manage, and price tabletop games on The Game Crafter via MCP.
Topics: Gaming
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (npm 0.1.1)
npx -y @alex-gon/[email protected]
Or add to your MCP client config:
{
"mcpServers": {
"thegamecrafter-mcp-server": {
"command": "npx",
"args": [
"-y",
"@alex-gon/[email protected]"
],
"env": {
"TGC_API_KEY_ID": "<YOUR_VALUE>",
"TGC_USERNAME": "<YOUR_VALUE>",
"TGC_PASSWORD": "<YOUR_VALUE>",
"TGC_API_BASE": "<YOUR_VALUE>",
"TGC_UPLOAD_BASE_DIR": "<YOUR_VALUE>"
}
}
}
}
TGC_API_KEY_IDrequired secret — Your TGC API key ID from thegamecrafter.com/account/apikeysTGC_USERNAMErequired — Your TGC account usernameTGC_PASSWORDrequired secret — Your TGC account passwordTGC_API_BASE— Override the TGC API base URLTGC_UPLOAD_BASE_DIR— Restrict file uploads to a specific directory
Related servers
godot-mcp
A MCP server for interacting with the Godot game engine, providing tools for editing, running, debugging, and managing scenes in Godot…
Unity-MCP
Make 3D games in Unity Engine with AI. MCP Server + Plugin for Unity Editor and Unity games.
mcp-unity
#️⃣ 🏠 - MCP Server for Unity3d Game Engine integration for game development
godot-mcp-pro
Premium MCP server for Godot game engine with 84 tools for scene editing, scripting, animation, tilemap, shader, input simulation, and…
opgg-mcp
Access real-time gaming data across popular titles like League of Legends, TFT, and Valorant, offering champion analytics, esports…
chess-mcp
Access Chess.com player data, game records, and other public information through standardized MCP interfaces, allowing AI assistants to…
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry