PluginBench
MCP Server
Maintained
MIT

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.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • TGC_API_KEY_ID
    required
    secret

    Your TGC API key ID from thegamecrafter.com/account/apikeys

  • TGC_USERNAME
    required

    Your TGC account username

  • TGC_PASSWORD
    required
    secret

    Your TGC account password

  • TGC_API_BASE

    Override the TGC API base URL

  • TGC_UPLOAD_BASE_DIR

    Restrict file uploads to a specific directory

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "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>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "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>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "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>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "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 Code
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-server

Related MCP servers

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →

Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.

45k
TypeScript
Apache-2.0
View repository →

Let AI agents manage your Puter files, websites, and serverless workers over MCP.

43k
TypeScript
AGPL-3.0
View repository →

Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.

37k
TypeScript
Apache-2.0
View repository →

Run arbitrary shell commands from an MCP-connected AI agent.

37k
TypeScript
Apache-2.0
View repository →

Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.

37k
TypeScript
Apache-2.0
View repository →