MCP Server
MCP
The Game Crafter
Design, manage, and price tabletop games on The Game Crafter via MCP.
Install
npx -y @alex-gon/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@alex-gon/tgc-mcp-server",
"version": "0.1.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your TGC API key ID from thegamecrafter.com/account/apikeys",
"isRequired": true,
"isSecret": true,
"name": "TGC_API_KEY_ID"
},
{
"description": "Your TGC account username",
"isRequired": true,
"name": "TGC_USERNAME"
},
{
"description": "Your TGC account password",
"isRequired": true,
"isSecret": true,
"name": "TGC_PASSWORD"
},
{
"description": "Override the TGC API base URL",
"default": "https://www.thegamecrafter.com/api",
"name": "TGC_API_BASE"
},
{
"description": "Restrict file uploads to a specific directory",
"name": "TGC_UPLOAD_BASE_DIR"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment