OPEN_SOURCE ↗
YT · YOUTUBE// 25d agoOPENSOURCE RELEASE
MCP Apps becomes first official MCP UI extension
MCP Apps is now live as the first official MCP extension, letting tools return interactive UIs like forms, dashboards, and visualizations directly inside chat clients. The accompanying walkthrough demonstrates implementation in VS Code, including UI resource registration, SDK wiring, and pausing for user input before continuing agent flow.
// ANALYSIS
This is a meaningful shift from chat-only tool calls to portable agent interfaces that can work across hosts without rebuilding UI logic per client.
- –The spec formalizes `ui://` resources and tool metadata patterns, making UI rendering a protocol feature instead of a one-off integration.
- –The `ext-apps` SDK creates a shared path for app devs, host devs, and MCP server authors, reducing fragmentation risk.
- –Inline interaction plus explicit user-input checkpoints improves trust and control for high-stakes workflows compared with pure text loops.
- –Real-world impact will depend on host parity, but the cross-client support trajectory (Claude, ChatGPT, VS Code, Goose) looks strong.
// TAGS
mcp-appsmcpsdkuiagentopen-sourcevscodedevtool
DISCOVERED
25d ago
2026-03-17
PUBLISHED
25d ago
2026-03-17
RELEVANCE
9/ 10
AUTHOR
Burke Holland