What problem does it solve?
This Skill removes the complexity of exposing rich, interactive json-render interfaces through the Model Context Protocol so AI clients can present usable UIs instead of plain text.
Core Features & Use Cases
- MCP App Hosting: Serve json-render specs and HTML resources from a Node.js MCP server for use in Claude, ChatGPT, Cursor, and VS Code.
- Interactive Client Rendering: Render and synchronize UI state inside an iframe-based React client using a host-connected app hook.
- Use Case: Build a support assistant, dashboard, or workflow tool that lets users interact with structured actions and components directly inside their MCP client.
Quick Start
Create an MCP server with createMcpApp, bundle a single-file React app with buildAppHtml, and render the received spec in the client using useJsonRenderApp.