CopilotKit published a generative-ui repo plus an MCP server for bringing agent-built interfaces into existing applications. It gives teams concrete patterns for controlled, declarative, and open-ended UI surfaces instead of ad hoc demos.

CopilotKit's announcement centers on a new generative-ui repo that tries to standardize how teams think about AI-generated interfaces. In the company's wording, it covers "all the patterns, specs and real examples" needed to get started with generative UI, which makes this more of an implementation map than a product launch.launch thread
The new wrinkle is the MCP server. CopilotKit says the "Open Generative UI repo just got an MCP Server," and describes that as a path to bring generative UI to agents "inside any application."MCP server post That matters because it shifts the project from a static reference into something closer to an integration layer for agent-driven UI surfaces.
The linked repo breaks the space into three patterns with different control boundaries. According to the repo summary, controlled generative UI uses pre-built components where the agent chooses what to render and fills in data; declarative generative UI uses structured specs such as A2UI and Open-JSON-UI to share control; and open-ended generative UI points to MCP Apps for more custom, dynamically generated interfaces.
The same summary also highlights AG-UI as a "bidirectional communication layer" for real-time UI updates between agent and application.repo summary That gives engineers a concrete mental model: CopilotKit is not arguing for one canonical UI pattern, but for a stack of protocols and examples that can support anything from tightly constrained widgets to fully agent-shaped app surfaces.
Your app needs Generative UI. But what does that mean? And where should you start? We put together an educational repo covering all the patterns, specs and real examples so you don't have to figure it out from scratch.
The Open Generative UI repo just got an MCP Server 💥 This lets you bring generative UI to your agents inside any application. See how a @LangChain agent turns a technical document into a beautiful, custom diagram with the Open Generative UI MCP. Code: github.com/CopilotKit/Ope…
Introducing Open Generative UI Repo 🌟 We built an open-source version of @claudeai's new feature for your own AI agents! It's a template for building rich, interactive AI-generated UI with CopilotKit and @LangChain LangGraph. Ask the agent to visualize algorithms, create 3D
Save this repo and share it with teammates: github.com/copilotkit/gen…