sin4ch

Flappy Bird MCP App

Community sin4ch
Updated

Flappy Bird as an MCP App — plays inline in VS Code, ChatGPT, and Claude

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

MCP Server · Populars

MCP Server · New

    googleads

    Google Ads MCP Server

    MCP Server

    Community googleads
    StefanMaron

    AL MCP Server

    MCP Server

    Community StefanMaron
    vintasoftware

    Django AI Boost

    A MCP server for Django applications, inspired by Laravel Boost.

    Community vintasoftware
    idleprocesscc

    Co-Reading MCP

    A local co-reading MCP server for chunked books, reading progress, search, and margin annotations.

    Community idleprocesscc
    JasonJarvan

    Export-Zhihu-Collections

    将知乎收藏夹(公开和私密)批量导出为 Markdown 格式文件. 支持配置收藏夹列表并批量下载, 支持基于URL自动去重, 支持下载专栏和图片, 支持自定义保存路径, 支持调试和错误日志. **同时提供 MCP Server**,可被 AI Agent (如 Claude Code) 直接调用,为大模型提供保存知乎收藏夹的能力。

    Community JasonJarvan