Flappy Bird MCP App
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Flappy Bird MCP AppI want to play Flappy Bird"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Flappy Bird MCP App
A fully playable Flappy Bird game that runs inline in AI chat clients via MCP Apps.

Setup
bun install
bun run buildRelated MCP server: vibe
Run
bun run serveServer starts at http://localhost:3001/mcp.
Expose via tunnel (for remote hosts like ChatGPT, Claude.ai)
cloudflared tunnel --url http://localhost:3001Use the generated https://*.trycloudflare.com/mcp URL as your MCP server endpoint.
Configure
VS Code (1.109+)
See the VS Code MCP docs to add an HTTP server with URL http://localhost:3001/mcp.
ChatGPT
Start the tunnel (see above)
Go to chatgpt.com → Settings → Apps → Advanced Settings → enable Developer Mode
Go back to Apps → click Create App
Fill in the details and paste the tunnel URL:
https://<your-tunnel>.trycloudflare.com/mcpChange Authentication to No Auth, then check "I understand and want to continue"
Click Create
Claude.ai
Start the tunnel (see above)
Go to claude.ai → Settings → Connectors → click Add custom connector
Paste the tunnel URL:
https://<your-tunnel>.trycloudflare.com/mcpClick Add
Tools
Tool | Description |
| Launches the game (renders inline) |
| Submits a score from the game UI |
| Returns the session high score |
This server cannot be deployed
Maintenance
Related MCP Connectors
Build, version, review, and export websites, web apps, and games from a conversation.
Games for AI agents. Each game runs inside a single context window.
Create, test and play AI-native games through server-authoritative contracts.
Connect AI agents to Flato's editable canvas runtime through a hosted MCP server.
Related MCP Servers
- FlicenseAqualityDmaintenanceProvides access to classic DOS games like DOOM, Super Mario, Tetris, and Duke Nukem 3D through js-dos emulation, allowing users to play these legendary games directly from their AI assistant.374-
- AlicenseAqualityBmaintenanceSocial layer for AI coding — DMs, presence, discovery, and multiplayer games between developers. 68 tools including messaging, presence, memory, and 27 multiplayer games.91,273MIT
- FlicenseNot gradedqualityDmaintenanceEnables creating a Contra-style game session that can be played inline in MCP-compatible clients or via a browser fallback URL.5-

antics-mcpofficial
AlicenseAqualityBmaintenanceEnables AI agents to deploy multiplayer web games as playable URLs with rooms, live state sync, and leaderboards, all through a single tool call.4965-