Flappy Bird MCP App
Click on "Install 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 buildRun
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 installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Appeared in Searches
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/sin4ch/flappy-bird-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server