chatgpt-app-builder
사용 중단됨: 대신 mcp-app-builder를 사용하세요. 대화형 위젯과 제로 구성 React 개발로 ChatGPT 앱을 빌드합니다. 이 스킬은 사용 중단되었습니다. 지속적인 지원과 업데이트를 위해 mcp-app-builder로 마이그레이션하세요. 공유 대화형 위젯을 통해 인간 사용자와 LLM 간의 협업 UI를 가능하게 합니다. 서버 핸들러, React 위젯 스캐폴딩, 상태 관리, 도구 호출 및 후속 메시지를 위한 내장 훅을 제공합니다. 디스플레이 모드(인라인, 전체 화면, 화면 속 화면), 테마 등을 다룹니다.
npx skills add https://github.com/mcp-use/mcp-use --skill chatgpt-app-builderBuild ChatGPT Apps with mcp-use
mcp-use is the full stack TypeScript framework for building MCP servers and MCP apps to plug-ins and Claude connectors
Use it to build fully typed MCP servers with tools, resources, prompts, 1 line oauth authentication adapters, middleware, production transports, a built-in Inspector, and headless tooling.
mcp-use has native first class support for MCP Apps with support for HMR both at the server and MCP App level to live preview the changes on clients like ChatGPT
Get started
Follow the guides at https://docs.mcp-use.com/v2.
API reference
Consult the TSDoc bundled in the installed package and the TypeScript source
comments on disk. Inspect the project's installed mcp-use version, generated
types, and existing ChatGPT-specific integrations before choosing APIs or
patterns.
Agent Skills
Put reusable agent workflows in skills/<name>/SKILL.md; the directory is
served automatically, so normally omit the skills server option. Use
skills: false to disable it or skills: { directory: "server-skills" } to
override the project-relative directory. Keep supporting references, scripts,
templates, and assets in the skill instead of inflating tool descriptions.