loading…
Search for a command to run...
loading…
Provides a fully playable Flappy Bird game that runs inline within AI chat clients. It enables users to launch the game, submit scores, and track session high s
Provides a fully playable Flappy Bird game that runs inline within AI chat clients. It enables users to launch the game, submit scores, and track session high scores using Model Context Protocol tools.
A fully playable Flappy Bird game that runs inline in AI chat clients via MCP Apps.

bun install
bun run build
bun run serve
Server starts at http://localhost:3001/mcp.
cloudflared tunnel --url http://localhost:3001
Use the generated https://*.trycloudflare.com/mcp URL as your MCP server endpoint.
See the VS Code MCP docs to add an HTTP server with URL http://localhost:3001/mcp.
https://<your-tunnel>.trycloudflare.com/mcphttps://<your-tunnel>.trycloudflare.com/mcp| 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 |
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"flappy-bird-mcp-app": {
"command": "npx",
"args": []
}
}
}