Enables Claude to render interactive browser-based UI components and collect structured user feedback via MCP.
This skill integrates the render_ui MCP tool into Claude Code, allowing the AI to present complex information through a rich set of browser components like cards, tables, and forms. By bridging the gap between a CLI environment and a graphical interface, it enables Claude to gather structured input via toggles, sliders, and text fields, or display real-time status updates using progress bars and spinners. It is particularly useful for workflows requiring user confirmation, complex data visualization, or interactive configuration sessions where standard text-based interaction is insufficient.
주요 기능
01Real-time Status Indicators using ProgressBars, Spinners, and Badges
02Interactive Form Collection with named inputs (Toggles, Sliders, FileUploads)
03Blocking and Non-blocking Render Modes for flexible workflows
041 GitHub stars
05Structured Layout Components for Cards, Dividers, and Link Navigation
06Rich Data Display including Tables, CodeBlocks, and JSON Viewers
사용 사례
01Gathering complex configuration settings from a user via a structured web form.
02Presenting data analysis results in formatted tables and syntax-highlighted code blocks for easier review.
03Displaying real-time build or deployment progress with interactive status components.