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.
媒体与设计 分类下的更多 MCP 服务器
Figma MCP Server
JayArrowzFigma MCP Server with full API functionality
Design Systems Mcp
southleftI'm your specialized design systems assistant. Ask me about components, tokens, patterns, and best practices.
Photoshop MCP Server
loonghaoA Model Context Protocol (MCP) server that interfaces with Adobe Photoshop's Python API. Enables LLMs to execute image editing operations, automate workflows, and manage Photoshop tasks through structured commands and context-aware interactions.
Framelink Figma MCP Server
GLipsMCP server to provide Figma layout information to AI coding agents like Cursor
MiniMax MCP
MiniMax-AIOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
评论