klyo games — MCP server for publishing HTML5 browser games

MCP serverWeb & browsing

Publish HTML5 browser games from your AI assistant: own address, live stats, 70% ad share.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use klyo games — MCP server for publishing HTML5 browser games

Install klyo games — MCP server for publishing HTML5 browser games

The server’s own address, for the clients that take one directly. Or connect ahel onceand every client you use reads it from one address, with the account kept on ahel rather than in each client’s config.

  • Claude Code

    claude mcp add --transport http klyo-games-mcp-server-for-publis 'https://panel.klyo.pl/mcp?profil=gry'

    Run it once in your project, then open /mcp to approve any sign-in the server asks for.

  • Claude Desktop

    https://panel.klyo.pl/mcp?profil=gry

    Add a custom connector in Settings, paste this address, and approve the sign-in.

  • Cursor

    cursor://anysphere.cursor-deeplink/mcp/install?name=klyo-games-mcp-server-for-publis&config=eyJ1cmwiOiJodHRwczovL3BhbmVsLmtseW8ucGwvbWNwP3Byb2ZpbD1ncnkifQ==

    Open the link and Cursor adds the server at that address.

  • ChatGPT

    https://panel.klyo.pl/mcp?profil=gry

    In Settings, enable Developer mode, create an MCP app, and paste this address. Your plan and workspace must allow custom apps.

  • Codex

    codex mcp add klyo-games-mcp-server-for-publis --url 'https://panel.klyo.pl/mcp?profil=gry'

    Run it once, then sign in with codex mcp login klyo-games-mcp-server-for-publis if the server asks for an account.

From the project's README

As published by krastranseu-lang/klyo-games-mcp in README.md.

Publish and manage an HTML5 browser game straight from your AI assistant — Claude, ChatGPT, Cursor, VS Code, opencode or any MCP client. Upload a ZIP or point at a game that already runs somewhere else; the game gets its own address g-<name>.klyo.pl, live stats and a place in the klyo games catalogue. You keep the rights, with no exclusivity.

This repository documents the hosted server. There is nothing to install or run.

Server

URL (games)https://panel.klyo.pl/mcp?profil=gry
URL (full klyo server: games, websites, hosting)https://panel.klyo.pl/mcp
TransportStreamable HTTP
AuthOAuth 2.1 with dynamic client registration — no API key to paste
Official MCP Registrypl.klyo/games

Account

There is no separate sign-up. The first time your assistant connects, it opens the klyo login page; signing in with Google or with a one-time email link creates the account on the spot. Publishing needs one step that cannot be automated: accepting the developer terms once, in a browser.

Connect

Claude (claude.ai, desktop, mobile) — Settings → Customize → Connectors → +Add custom connector → paste the URL → Add (leave Client ID and Secret empty) → sign in → Allow. The connector then appears on your phone as well.

Claude Code

claude mcp add --transport http klyo "https://panel.klyo.pl/mcp?profil=gry"

ChatGPT — needs a paid plan (Plus, Pro, Team, Business, Enterprise or Edu) and Developer mode: Settings → Apps & Connectors → Advanced → Developer mode → Create → paste the URL → finish signing in in the pop-up.

Cursor~/.cursor/mcp.json:

{
  "mcpServers": {
    "klyo": { "type": "http", "url": "https://panel.klyo.pl/mcp?profil=gry" }
  }
}

VS Code.vscode/mcp.json (then click Auth above the server entry):

{
  "servers": {
    "klyo": { "type": "http", "url": "https://panel.klyo.pl/mcp?profil=gry" }
  }
}

opencodeopencode.json:

{
  "mcp": {
    "klyo": { "type": "remote", "url": "https://panel.klyo.pl/mcp?profil=gry", "enabled": true }
  }
}

Each of these clients opens the sign-in page itself the first time a klyo tool is used — there is no key to put in the file.

Then just say: "publish this game on klyo, the package is in this folder".

Tools

The list below is taken from the live server (tools/list), not written by hand. Every tool requires signing in; without a token the server returns 401.

ToolWhat it doesEffect
klyo_my_gamesMy games in the catalogueread
klyo_publish_gamePublish a game to the cataloguechanges
klyo_upload_packageUpload a package from disk (no public URL needed)changes
klyo_update_gameUpdate a game with a new versionchanges
klyo_release_rollbackRoll back to the previous version of a gamechanges
klyo_release_versionRelease the waiting version of a gamechanges
klyo_delete_gameDelete your gamechanges (destructive)
klyo_game_statsGame statisticsread
klyo_game_requirementsKlyo game production standard (call first)read
klyo_game_scaffoldKlyo Kit — game skeleton to start fromread
klyo_game_sdkWhat a game can call (klyo game SDK)read
klyo_game_coverGame cover in the cataloguechanges
klyo_fix_gameFix a game's catalogue listingchanges
klyo_game_diagnosticsWhy the game is not workingread
klyo_add_postPost in the games communitychanges
klyo_statusConnection statusread

What is live and what is not

  • Publishing is free and immediate. After the automatic check you play your own game in a preview and release it to the catalogue with one click. A person from klyo looks at it after that.
  • Revenue share: 70% of the net ad revenue attributed to your game, payout threshold 100 PLN. It starts the day Google AdSense approves the portal — as of today no ads are shown and nothing has been paid out yet.
  • Leaderboards receive scores from the game itself over a signed round, never typed in. A score made offline waits on the device and arrives when the connection returns.

Links

Po polsku

Serwer MCP klyo games pozwala wydać grę HTML5 prosto z asystenta AI: wgrywasz ZIP albo wskazujesz działającą grę, a ona dostaje własny adres g-<nazwa>.klyo.pl, statystyki na żywo i miejsce w katalogu. Konta nie zakładasz osobno — pierwsze logowanie (Google albo link z maila) tworzy je samo. Dokumentacja po polsku: https://games.klyo.pl/pl/mcp/

Advanced
Delivery
games MCP server → your ahel gateway (mcp.ahel.ai) → every connected AI client.
Catalog kind
mcp-server
Gateway key
pl-klyo-games
Source
github.com/krastranseu-lang/klyo-games-mcp
Hosted endpoint
https://panel.klyo.pl/mcp?profil=gry