What problem does it solve? Building ChatGPT apps requires coordinating MCP server tools, React widget components, widget state, and host display constraints, and this Skill guides that entire workflow from idea discovery through deployment. Note: this Skill is deprecated and directs users to the mcp-app-builder skill when available. ## Core Features & Use Cases - Discovery and Architecture Guidance: Structured phases to validate an app idea, decide which flows need widgets versus plain tools, and avoid anti-patterns like lazy-loading tools or widget-state-as-tools. - Server and Widget Implementation: Reference docs covering server.tool() handlers, the widget() response helper, useWidget hook, persistent state, theming, display modes, and CSP metadata. - Use Case: A developer wants a restaurant reservation ChatGPT app. The Skill walks them through scoping the spec, scaffolding with create-mcp-use-app, building a search-restaurants widget, and wiring a make-reservation tool the widget calls via callTool. ## Quick Start Ask the assistant to help design and scaffold a ChatGPT app with an interactive widget using mcp-use, starting from your app idea or spec.