The Game Crafter
@alex-gon
The Game Crafter について
MCP server for The Game Crafter's print-on-demand platform. Browse component catalogs, create game projects, add card decks and boards, upload artwork, and get instant pricing estimates.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"thegamecrafter": {
"command": "npx",
"args": [
"-y",
"@alex-gon/tgc-mcp-server"
],
"env": {
"TGC_API_KEY_ID": "your-api-key-id",
"TGC_USERNAME": "your-tgc-username",
"TGC_PASSWORD": "your-tgc-password"
}
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is The Game Crafter?
An MCP server that connects AI assistants to The Game Crafter API, letting you design, manage, and price tabletop games through natural conversation. It's for indie board game designers, tabletop creators, and TGC users who want to manage projects through an AI assistant.
How to use The Game Crafter?
Add the server to your Claude Desktop configuration using npx -y @alex-gon/tgc-mcp-server and setting the required environment variables (TGC_API_KEY_ID, TGC_USERNAME, TGC_PASSWORD). Restart Claude Desktop—the server will be downloaded automatically. Available tools include authenticate, create_game, get_game_catalog, get_pricing_estimate, and upload_file, among others.
Key features of The Game Crafter
- Browse component catalog and get pixel dimensions
- Create, update, and delete game projects
- Add printable components and stock parts to games
- Upload artwork to TGC folders (up to 50 MB)
- Get per-component cost breakdowns for games
- Guided workflows via
new_game_setupandestimate_game_costprompts
Use cases of The Game Crafter
- Indie designers managing their TGC projects through an AI assistant
- Getting component dimensions and pricing for a tabletop game
- Uploading artwork and assigning it to card decks or boards
- Creating a complete game project step by step via guided prompts
FAQ from The Game Crafter
What runtime and account are required?
Node.js 18 or later, a TGC account, and a TGC API key.
How does authentication work?
The server uses environment variable credentials (TGC_API_KEY_ID, TGC_USERNAME, TGC_PASSWORD). OAuth 2.1 support is planned for a future release with HTTP transport.
What are the file upload limits and supported formats?
Maximum 50 MB per file. Images must be between 50x50 and 10,000x10,000 pixels. Supported formats: PNG, JPG, GIF, BMP, TIFF, SVG, WebP, PDF.
What transport does the server use?
Stdio only. HTTP/SSE transport is planned for a future v2 release.
Can I modify the component catalog or pricing?
No—the component catalog and pricing come from TGC and are read-only.
「メディアとデザイン」の他のコンテンツ
yt-dlp-mcp
kevinwattA Model Context Protocol (MCP) server that bridges Video & Audio content with Large Language Models using yt-dlp.
Spotify MCP Server
marcelmaraisLightweight MCP server for Spotify
Vibe Design System
mondaycom🎨 Vibe Design System - Official monday.com UI resources for application development in React.js
Game Asset Generator using MCP and Hugging Face Spaces
MubarakHAlketbiAn MCP server for creating 2D/3D game assets from text using Hugging Face AI models.
Figma MCP Server
TimHoldenModel Context Protocol server implementation for Figma API
コメント