A reference implementation from the Skybridge team demonstrating how to build an interactive game inside Claude or ChatGPT using their React-based MCP framework. The Times Up game showcases the framework's core pattern: define tools on the server side, render React components as responses, and let the LLM orchestrate gameplay through tool calls. It's deployed at times-up.skybridge.tech and supports both streamable HTTP and SSE transports. If you're evaluating Skybridge for building conversational apps with custom UI or need a working example of stateful interactions beyond CRUD operations, this is the canonical starting point. The source code lives in their examples library alongside e-commerce and travel demos.
claude mcp add --transport http tech.skybridge.times-up-time-s-up https://times-up.skybridge.tech