mcpbeat Sign in

The Game Crafter MCP Server

local only

The Game Crafter runs on your own machine — the client starts it, so there is no endpoint to ping. 50 installs a week from npm. Last commit 2 Apr 2026.

Design, manage, and price tabletop games on The Game Crafter via MCP.

Installs per day peak 21 · avg 7 · +38% w/w
a month agotoday
50
Installs / week
npm · @alex-gon/tgc-mcp-server
3
Stars
0 open issues
2 Apr 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check The Game Crafter every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add thegamecrafter -- npx -y @alex-gon/tgc-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "thegamecrafter": {
      "args": [
        "-y",
        "@alex-gon/tgc-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.thegamecrafter]
command = "npx"
args = ["-y", "@alex-gon/tgc-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "thegamecrafter": {
      "args": [
        "-y",
        "@alex-gon/tgc-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "thegamecrafter": {
      "args": [
        "-y",
        "@alex-gon/tgc-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: TGC_API_KEY_ID (Your TGC API key ID from thegamecrafter.com/account/apikeys), TGC_USERNAME (Your TGC account username), TGC_PASSWORD (Your TGC account password), TGC_API_BASE (Override the TGC API base URL), TGC_UPLOAD_BASE_DIR (Restrict file uploads to a specific directory). The author declared them in the registry entry; get the values from the project itself.

Alternatives to The Game Crafter

same job, measured the same way
C
Lenderprice Mini Pricer MCP
by cre8techdev

MCP server for mortgage rate pricing and mini pricer management via the Lenderprice API

answering
Handbook
by jannks

MCP server for the Handbook API – manage handbook entries via CRUD, overview and tag search.

38 installs/wk local only
Nba
by pipeworx-io

NBA MCP — player, team, and game data via the BallDontLie API

35 tools answering
Flux Cloud
by runonflux

Deploy, pay for and manage apps on Flux Cloud, the decentralized cloud. Prices in USD.

1 626 installs/wk 15 tools answering
TavernFinder
by bmachado86

Find tabletop events, venues, and games. RSVP, register, create events via personal token.

6 tools answering
I
zspace-cli
by skyzhao1223

Zero-config MCP server + CLI for ZSpace NAS: manage files and pool stats via desktop client proxy.

local only
Jupiter Invoice
by jupiterinvoice

Create and manage invoices and customers on Jupiter Invoice (MCP, API-key auth).

answering
Podcast Guest CRM
by rudrendupaul

Manage podcast guest pipeline, outreach drafts, and analytics via 5 MCP tools.

50 installs/wk local only

The Game Crafter — questions

Answers built from our own checks of this server.

Why is there no uptime for The Game Crafter?
The Game Crafter runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @alex-gon/tgc-mcp-server was installed 50 times last week.
How do I connect The Game Crafter?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @alex-gon/tgc-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use The Game Crafter?
The npm package @alex-gon/tgc-mcp-server was installed 50 times in the last week. Week over week that is +38%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is The Game Crafter open source?
Yes — it is published under the MIT licence, written in TypeScript and 3 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.