Flappy Bird MCP App MCP Server

A fully playable Flappy Bird game that runs inline in AI chat clients.

README.md

Flappy Bird MCP App

A fully playable Flappy Bird game that runs inline in AI chat clients via MCP Apps.

Flappy Bird MCP App

Setup

bun install
bun run build

Run

bun run serve

Server starts at http://localhost:3001/mcp.

Expose via tunnel (for remote hosts like ChatGPT, Claude.ai)

cloudflared tunnel --url http://localhost:3001

Use 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

  1. Start the tunnel (see above)
  2. Go to chatgpt.com → Settings → Apps → Advanced Settings → enable Developer Mode
  3. Go back to Apps → click Create App
  4. Fill in the details and paste the tunnel URL: https://<your-tunnel>.trycloudflare.com/mcp
  5. Change Authentication to No Auth, then check "I understand and want to continue"
  6. Click Create

Claude.ai

  1. Start the tunnel (see above)
  2. Go to claude.ai → Settings → Connectors → click Add custom connector
  3. Paste the tunnel URL: https://<your-tunnel>.trycloudflare.com/mcp
  4. Click Add

Tools

Tool Description
play-flappy-bird Launches the game (renders inline)
submit-score Submits a score from the game UI
get-high-score Returns the session high score

Tools 3

play-flappy-birdLaunches the game and renders it inline.
submit-scoreSubmits a score from the game UI.
get-high-scoreReturns the session high score.

Try it

Launch the Flappy Bird game so I can play.
What is the current high score for Flappy Bird?
I just finished a round, please submit my score.

Frequently Asked Questions

What are the key features of Flappy Bird MCP App?

Fully playable Flappy Bird game. Inline rendering within AI chat clients. Score submission functionality. Session high score tracking.

What can I use Flappy Bird MCP App for?

Adding interactive entertainment to AI chat sessions. Testing MCP tool integration with UI components. Demonstrating game development within AI-powered interfaces.

How do I install Flappy Bird MCP App?

Install Flappy Bird MCP App by running: bun install && bun run build && bun run serve

What MCP clients work with Flappy Bird MCP App?

Flappy Bird MCP App works with any MCP-compatible client including Claude Desktop, Claude Code, Cursor, and other editors with MCP support.

Turn this server into reusable context

Keep Flappy Bird MCP App docs, env vars, and workflow notes in Conare so your agent carries them across sessions.

Open Conare