How to Use Phaser Game Agent MCP with Cursor - First Browser Game Evening 2026

If you are searching phaser game agent, you do not need another “AI builds games from vibes” thread. You need a Monday path: wire the agent into Cursor (or Claude Code), spend a controlled budget of build minutes, get a play URL, and decide keep or hold before anyone treats a prompt as a Steam demo plan.
On July 8, 2026, Phaser published Phaser Game Agent MCP—one setup prompt installs a CLI, signs you into a Phaser account, and writes MCP config for Cursor, Claude Code, Copilot, Codex, Gemini CLI, and Windsurf. That lands on top of the July 1 PR Newswire launch and the earlier single-sentence Game Agent product story. The 3D renderer update is already live for new builds—you do not opt in separately.3D renderer update
Who this is for: creators who already pay for Cursor/Claude and want a browser play link tonight; HTML5 indies evaluating Phaser AE vs hand-authored Phaser 4; studio leads who need cost and export language before marketing books a calendar.
Time: 60–120 minutes for first MCP smoke + one constrained build.
Honest limit: setup is free; build time is billed (Phaser quotes from $0.01 per minute on your Phaser account). Cloud workspaces are not a free local Phaser 4 repo you can git push to Steam Pipe without an export pass.
Non-repetition: This is not the Unity MCP Cursor bridge (Editor tools inside Unity). It is not the Unity CLI agent session (terminal unity binary). It is not the 12 AI game maker Steam filter (vendor roundup). It is not the Phaser tilemap OOM playbook (hand-authored Phaser 3.90+ memory). Same MCP discipline family—different product.
Why this matters now
- MCP is where Cursor users already live. Phaser stopped forcing the web-only “Feeling lucky?” flow as the only path. Official docs: paste a setup prompt, restart the agent, then build from chat.MCP setup
- The product is not “LLM writes Phaser 3 from memory.” Phaser’s launch framing is explicit: Phaser AE is a verb-based engine rebuilt for agents, not a thin wrapper that hopes the model recalls APIs.PR Newswire About Agent
- SERP is announcement-heavy. Official posts explain install and pricing floors. They do not ship an indie P1–P6 keep/hold with budget caps, Steam honesty, and explicit separation from Unity MCP and hosted AI makers. That gap is what this URL closes.
Parent demand under phaser stays material (SiteStatsDB-class snapshots put phaser.io around ~19K monthly organic visitors). The open-source phaserjs/phaser repo sits near ~40K GitHub stars—an independent community signal that HTML5 creators will keep searching when agent surfaces ship.
What Phaser Game Agent MCP is (and is not)
| Surface | What it does | Use tonight? |
|---|---|---|
| Game Agent (web) | One-sentence prompt → cloud build → email + play link | Optional alternate if MCP fails |
| Game Agent MCP | Same cloud agent, driven from Cursor/Claude/etc. | Yes — start here |
| Phaser AE | Agent-oriented runtime under Game Agent builds | Automatic with Agent |
| Phaser 4 open source | Human-authored HTML5 framework + skills folder | Separate lane for owned repos |
| Phaser Editor | Visual editor for Phaser projects | Hold unless you already live there |
| Unity / Unreal MCP | Drive those editors from agents | Different stacks — link out, do not mix receipts |
Official MCP note: setup is free; you pay for build time charged to the Phaser account, starting at $0.01/minute.MCP setup
Prerequisites
Confirm every line before you paste a setup prompt that can install global Node CLIs.
- [ ] Node.js on PATH (MCP install expects a global CLI via npm).
- [ ] Cursor (or Claude Code / Copilot / Codex / Gemini CLI / Windsurf) you control—not a shared kiosk login.
- [ ] A Phaser account you can sign into in the browser during setup.
- [ ] Written budget cap for tonight (example: hard stop at $5 or 30 build minutes—pick a number before the first prompt).
- [ ] Named session owner who files the receipt at the end.
- [ ] A throwaway game idea (one sentence, one mechanic)—not your Steam flagship pitch deck.
If you only want to hand-author Phaser 4 with the free framework, you can skip this evening and read Phaser’s open-source docs instead. If you want an agent to produce a shareable browser play URL from Cursor chat, continue.
Beginner path - first evening with Cursor
Step 1 - Get the official setup prompt
- Open phaser.io.
- Click Feeling lucky? on the home screen.
- Select Use your AI coding tool and continue.
- Copy the setup prompt Phaser shows you.
Do not invent MCP JSON by hand on night one. Phaser’s prompt installs the CLI, detects coding-agent CLIs, opens browser sign-in, and writes MCP config automatically.MCP setup
Step 2 - Paste into Cursor and restart
- Paste the setup prompt into a Cursor agent chat (Composer/Agent mode that can run terminal commands).
- Approve the install when asked—read the package name before you click.
- Complete browser sign-in when the CLI opens it.
- Tell Cursor to restart (or restart Cursor yourself) so MCP servers reload.
Exit criteria: Cursor’s MCP panel lists a Phaser Game Agent server as connected, or the agent can confirm the connection after restart. If auth loops, stop and file a hold—do not burn build minutes on a dead MCP socket.
Step 3 - Paste the second prompt and constrain the build
After restart, Phaser’s flow uses a second prompt that asks the agent to open a project, generate code/art/music, publish a preview, and return a play URL.MCP setup
Add your own constraints in the same message:
Build a tiny one-screen browser game: player jumps over two moving obstacles.
Art style: flat 2D arcade, no 3D, no multiplayer, no account system.
Hard stop: one build pass only; do not iterate unless I ask.
When done, return the play URL and approximate build minutes used.
Keep the sentence narrow. Broad “open world RPG with crafting” prompts burn minutes and produce demos you cannot evaluate in one evening.
Step 4 - Play the URL like a stranger
Open the play link in a private window on a second device if you can.
Checklist:
- [ ] Game loads without a developer console open.
- [ ] Primary input works (keyboard or tap—match what you asked for).
- [ ] Audio is optional; if present, mute still leaves the game playable.
- [ ] You can share the link to a friend without them creating an account (Phaser’s product claim for finished Agent games).About Agent
If the game is “impressive” but unreadable on mobile, note that in the receipt—do not pretend the pitch was mobile-first.
Step 5 - File a receipt before Discord hype
Create phaser_game_agent_mcp_receipt_v1.json in your notes folder (not necessarily in a game repo):
{
"schema": "phaser_game_agent_mcp_receipt_v1",
"date": "2026-07-23",
"owner": "your-name",
"client": "cursor",
"mcp_connected": true,
"play_url": "https://…",
"budget_cap_usd": 5.00,
"build_minutes_approx": 0,
"cost_usd_approx": 0.00,
"mechanic_one_sentence": "jump over two obstacles",
"export_tested": false,
"steam_bet": "hold",
"gates": {
"P1_setup": "pass",
"P2_mcp": "pass",
"P3_play_url": "pass",
"P4_budget": "pass",
"P5_playtest": "pass",
"P6_honesty": "pass"
},
"keep_hold": "keep_for_prototypes_hold_for_steam"
}
Fill real numbers from your Phaser account billing page when available. Approximate minutes are better than silence.
Developer path - gates, cost, and export honesty
P1–P6 verification table
| Gate | Pass means | Fail means |
|---|---|---|
| P1 Setup | Official setup prompt completed; Node CLI installed without mystery packages | Hand-rolled MCP JSON; unknown npm scope |
| P2 MCP | Agent confirms Phaser Game Agent tools after restart | Tools missing; auth loop; wrong workspace |
| P3 Play URL | Public play link loads cold | Preview only works inside Phaser dashboard |
| P4 Budget | Cost under written cap; minutes logged | Open-ended Opus-tier thrash with no stop |
| P5 Playtest | Stranger can finish the one-screen loop | Broken physics; blank screen; account wall |
| P6 Honesty | Receipt states Steam/export status | Marketing calls the link a “Steam demo” |
Do not mark keep for Steam until you complete an export path (Web/Windows/macOS/Linux per Phaser’s Agent docs) and prove you control the build artifacts.MCP setup
Cost discipline that actually works
Phaser states setup is free and build time starts at $0.01 per minute.MCP setup Treat that as a floor, not a promise your Opus-tier session lands at a dollar.
Practical rules:
- Cap before prompt. Write the dollar stop in the receipt first.
- One mechanic. Iteration is where minutes explode.
- Prefer smaller agent tiers for night-one smoke if the web UI still exposes tiers (Kilo/Sonnet/Opus-style choices appear in the web Agent flow).Game Agent news
- Screenshot the billing page after the session. Future you will forget.
MCP allowlist hygiene (Cursor)
Even though Phaser’s agent builds in a cloud workspace, your Cursor agent can still run local shell commands during setup. Treat the setup night like any other MCP install:
- Prefer the official Phaser setup prompt over random GitHub MCP forks.
- Do not paste Phaser auth tokens into chat logs that sync to third-party analytics.
- After setup, disable unrelated MCP servers that can write to production repos during the same chat.
- Keep the Game Agent chat on a scratch workspace—not your Steam shipping monorepo.
Compare that posture to Unity MCP safe session: different products, same “narrow tools until policy exists” rule.
Export keep/hold vs Steam
Phaser says you can export Agent games for Web, Windows, macOS, or Linux and host elsewhere.MCP setup That is necessary but not sufficient for Steam:
| Question | If answer is no |
|---|---|
| Can you download a build you control? | Hold Steam |
| Can you rebuild without Phaser dashboard magic? | Hold Steam calendar bets |
| Do you understand commercial license for Agent output? | Hold partner diligence |
| Do you own the depot encryption / Steam Pipe path? | Use a real engine for shipping |
Run the same honesty filter you would use in the AI game maker Steam list. Phaser Game Agent can be an excellent prototype surface and still be a hold for Next Fest registration.
When to use open-source Phaser 4 instead
Use Agent MCP when you want speed, a share link, and you accept cloud billing.
Use Phaser 4 + skills when you need git-owned source, CI, and deterministic diffs for a shipping title.Phaser 4
Many teams will do both: Agent for pitch GIFs and one-evening spikes; Phaser 4 for the product that hits Steam Pipe. That split is a feature, not a failure.
Sample evening timeline (strict)
| Minute | Task | Exit criteria |
|---|---|---|
| 0–10 | Write budget + one-sentence mechanic | Cap and pitch on paper |
| 10–25 | Feeling lucky → setup prompt → Cursor install | MCP connected |
| 25–35 | Restart + confirm tools | Agent sees Phaser Game Agent |
| 35–75 | Constrained build prompt | Play URL returned |
| 75–95 | Stranger playtest + notes | P5 pass/fail written |
| 95–120 | Receipt + keep/hold | JSON filed; Discord muted until then |
If you blow the timeline tuning art style adjectives, you failed the evening. Narrow the prompt; keep the clock.
Failure modes and quick fixes
| Symptom | Likely cause | Fix |
|---|---|---|
| MCP missing after install | Cursor not restarted | Restart client; re-check MCP panel |
| Browser auth never completes | Popup blocker / wrong account | Allow popups; use the studio Phaser account |
| Build burns budget fast | Oversized prompt / high tier | Cap dollars; one mechanic; stop iterating |
| Play URL needs login | Wrong share settings / incomplete publish | Re-ask agent to publish preview per docs |
| Great demo, no export path | Cloud-only spike | Mark Steam hold; schedule export night |
| Confusing with Unity MCP | Same Cursor, different tools | Separate chats and receipts |
Keep / hold decision
Keep Phaser Game Agent MCP when:
- You need browser prototypes and Discord share links this week.
- Your team already pays for Cursor/Claude and wants less context-switching than the web UI.
- You accept minute billing and cloud workspaces.
Hold (or limit to marketing spikes) when:
- You need a Steam demo branch in the next six weeks without a proven export rebuild.
- Finance cannot approve usage-based Phaser billing.
- Compliance requires every line of game code in a private git history from day one.
Never let a play URL rewrite your October Next Fest registration calendar without an export receipt.
How this compares to sibling tools
| Tool | Best first question | Link |
|---|---|---|
| Phaser Game Agent MCP | Can Cursor ship a play URL tonight? | This page |
| Unity MCP | Can Cursor read/write a Unity Editor safely? | Unity MCP |
| Unity CLI | Can a terminal agent drive Unity without Hub theater? | Unity CLI |
| AI game maker list | Which vendors survive a Steam ownership filter? | 12 tools |
| Roblox Build | Mobile text-to-experience on Roblox? | Build alpha |
| Hand Phaser 3.90+ | Long-session tilemap memory in the browser? | OOM playbook |
Company / diligence notes
For a partner or publisher packet, attach:
- The receipt JSON with P1–P6.
- Billing screenshot for the session.
- Play URL + short VOD.
- Explicit steam_bet: hold|maybe|yes with export evidence if yes.
- Statement that Agent cloud builds are not equivalent to a Unity/Godot depot unless export is proven.
That language prevents “we have an AI demo” from becoming “we are Steam-ready.”
Beginner mistakes to avoid
- Skipping the official setup prompt and pasting random MCP configs from Discord.
- Prompting a genre bible on night one (“Souls-like with crafting and seasons”).
- Calling the play URL a Steam demo in wishlist ads.
- Leaving budget uncapped while Opus thrash iterates on lighting adjectives.
- Mixing Unity MCP and Phaser MCP in one Cursor chat that also has write access to your shipping repo.
- Ignoring export until a publisher asks for a build folder.
- Forgetting stranger playtest—authors forgive their own broken jumps.
Key takeaways
- phaser game agent now has a first-class MCP path for Cursor and peers (Jul 8 official post).
- Setup is free; build minutes are billed—cap dollars before the first prompt.
- Night-one success is a play URL + receipt, not a Steam page.
- Use P1–P6 to separate MCP connect from Steam honesty.
- Phaser AE is agent-oriented; open-source Phaser 4 remains the owned-source shipping lane.
- Do not cannibalize Unity MCP or the AI game maker filter—different jobs.
- File
phaser_game_agent_mcp_receipt_v1.jsonbefore you post the GIF.
FAQ
What is Phaser Game Agent MCP?
It is Phaser’s Model Context Protocol server that lets AI coding tools (Cursor, Claude Code, Copilot, Codex, Gemini CLI, Windsurf) drive the Phaser Game Agent so you can build and publish a browser game from chat without living only in the web UI.MCP setup
How much does Phaser Game Agent cost?
Setup is free. Phaser states you pay for build time from $0.01 per minute on your Phaser account. Actual totals depend on model tier and iterations—cap a budget before you start.MCP setup
Do I need to know Phaser or JavaScript?
Not for a first Agent evening. The agent generates code, art, and sound in a cloud workspace. You still need judgment for prompts, playtesting, and export honesty.
Is this the same as Unity MCP?
No. Unity MCP bridges agents to the Unity Editor. Phaser Game Agent MCP bridges agents to Phaser’s cloud Game Agent. Keep separate receipts.Unity MCP
Can I ship a Steam game from Phaser Game Agent?
Only after you prove export ownership, commercial terms, and a Steam Pipe path you control. Treat night-one play URLs as prototypes until that evidence exists—same rule as other AI game makers.
Should I use the web Feeling lucky flow or MCP?
Use MCP if you already live in Cursor/Claude and want less tab switching. Use the web flow if MCP auth fails or you are not installing Node CLIs tonight. Both hit the same Agent product family.
How is Phaser AE different from Phaser 4?
Phaser positions AE as an agent-oriented engine with a verb-based API designed for AI reasoning. Phaser 4 remains the open-source framework for human-authored games, with AI skills available for coding agents that edit your repo.PR Newswire Phaser 4
What if my build looks great but tab-refocus OOMs later?
That is a hand-authored Phaser shipping problem, not an Agent MCP setup problem. When you move to long-session Phaser 3.90+/4 projects, use the tilemap chunk streaming playbook.
Can Copilot or Windsurf use the same MCP?
Yes—Phaser lists Claude Code, Cursor, Copilot, Codex, Gemini CLI, and Windsurf as compatible clients.MCP setup The evening steps are the same; only the client UI changes.
What should I put in the Discord share?
Play URL, one-sentence mechanic, budget spent, and keep/hold for Steam. Do not post “Steam demo ready” without export proof.
Related reading
- Unity MCP with Cursor - First Safe Editor Bridge Session 2026
- How to Use Unity CLI - First Agent Safe Editor Session 2026
- 12 AI Game Maker Tools Indies Should Test Before Betting Steam - 2026
- Phaser 3.90 Roguelite Tilemap Chunk Streaming - Tab Refocus OOM 2026
- Create a Game with AI in 30 Seconds - What’s Real in 2026
- Cursor 3.11 Side Chats for Game Developers - What Changed in 2026
- Roblox Build AI Mobile Alpha - What Creators Lock Before the 2026 Alpha Cutoff