Yes, partly. An AI coding agent can automate the mechanical steps – filling forms, uploading builds and covers, editing catalog data – if the portal exposes an MCP server or API. Final moderation and payout steps are typically still left to a human.
At a glance
| Fact | Value | Source |
|---|---|---|
| Web export is built into major engines | Unity, Godot, others | docs.unity3d.com |
| MCP is an open standard for agent tool calls | Model Context Protocol | modelcontextprotocol.io |
| Most portals still require manual submission | varies by portal | developers.poki.com |
Yes, for the mechanical parts of the workflow – not for everything. Publishing a web game usually means: export a build from your engine, upload it to a portal’s developer console, fill in a form (title, description, category), add cover art, and submit for review. An AI coding agent can do the upload, form-filling and asset steps automatically if the target system exposes tools over a protocol like MCP (Model Context Protocol), which lets an agent discover and call a service’s functions directly from your coding tool instead of you clicking through a browser.
Playgama MCP is one implementation of this: from Codex, Claude Code, Cursor or VS Code, an agent connects to your developer cabinet, creates a game entry, uploads a build and covers, edits in-app items and leaderboards, and publishes a public sandbox link with no moderation step. Submitting the game to the catalog for moderation, deleting it, and payouts are left to a human.
What still needs a person
- Engine build steps: Unity WebGL, Godot’s HTML5 export, or a JS framework build still run through your normal toolchain.
- CrazyGames, GameDistribution, itch.io, and playgama.com each have their own submission flow; most require a human to submit for the catalog itself.
- Legal and payout steps: agents shouldn’t be given authority here without review.
Practical next step: keep your build pipeline scripted (CI export to web), then let an agent handle cabinet-side busywork where an MCP or API exists, and do final submission yourself.
Sources
- Unity manual: Web
- Godot docs: exporting for the Web
- Model Context Protocol docs
- Playgama MCP
- Playgama wiki: MCP Server
- CrazyGames for developers
Related questions
Can an agent skip portal moderation entirely?
No. A sandbox or draft link can be published instantly, but getting into a portal’s public catalog is a separate review step a human still submits.
Last updated: 24 September 2026