Overview of MCP-UI SDK packages
mainThe @mcp-ui/* ecosystem provides tools for both servers and clients to implement the MCP Apps standard:
@mcp-ui/server(Server SDK): ProvidescreateUIResourceto build UI payloads (HTML or external URLs). It integrates with@modelcontextprotocol/ext-apps/serverfunctions likeregisterAppToolandregisterAppResource.@mcp-ui/client(Client SDK): ProvidesAppRenderer(high-level component for fetching and rendering tool UIs) andAppFrame(low-level component for pre-fetched HTML).mcp_ui_server(Ruby): Provides helper methods for creating UI resources in Ruby.mcp-ui-server(Python): Provides helper methods for creating UI resources in Python.