You've probably seen the games people build with Claude this week. The code genuinely works — but they all look the same: capsule characters, gray boxes, one flat texture stretched over the whole world. Brilliant logic wrapped in programmer art.
Two things have been missing, and they're the two things that decide whether anyone actually plays your game: it has to look real, and your friends have to be able to join it. Solving the second one used to mean hiring a backend developer at $50/hour, weeks of work syncing players, and a server bill every month — forever. That's the wall where most people quit.
Claude Fable 5 + the Higgsfield MCP takes both walls down at once. Fable writes and directs the game; Higgsfield generates every character, texture and sound, hosts the live multiplayer match, and lists the finished game on a public marketplace. In this article we built three complete multiplayer games — pirates, a block-world shooter, and a webcam-controlled fruit slicer — for $68 total, published them, and woke up to nearly 4,000 players and 121 remixes. (We also handed all three to the studio behind CrossFire — 670M+ players — for an unscripted gut-check.)
Here's exactly how, with every prompt.
The Setup (30 seconds)
The whole pipeline runs on two pieces, and connecting them takes about half a minute.
1. Connect the Higgsfield MCP. Open Claude → Settings → Connectors → Add custom connector. Name it Higgsfield and paste the server URL: https://mcp.higgsfield.ai/mcp Click connect. Now Claude can generate real game assets and host live matches instead of returning gray boxes.
2. Add the Game Studio skill. This is a file that makes Claude behave like an actual game studio (more on what that means in Game 2). Drop it into your Claude chat to activate it. → Download the Game Studio Skill


