chatgpt-app-builder

作者: mcp-use

已弃用:请改用 mcp-app-builder。通过交互式小部件和零配置 React 开发构建 ChatGPT 应用。此技能已弃用;请迁移至 mcp-app-builder 以获取持续支持与更新。支持人类用户与 LLM 之间通过共享交互式小部件进行协作式 UI 交互。提供服务器处理器、React 小部件脚手架、状态管理以及用于工具调用和后续消息的内置钩子。涵盖显示模式(内联、全屏、画中画)、主题设置……

npx skills add https://github.com/mcp-use/mcp-use --skill chatgpt-app-builder

Build 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.

来自 mcp-use 的更多技能

chatgpt-app-builder
mcp-use
使用mcp-use和OpenAI Apps SDK构建带有交互式小部件的ChatGPT应用。在创建ChatGPT应用、构建带有小部件的MCP服务器、定义…时使用。
official
mcp-builder
mcp-use
使用mcp-use框架和自动组件注册构建生产级MCP服务器。通过npx create-mcp-use-app引导启动,从三个模板中选择:starter(全功能)、mcp-apps(ChatGPT优化版)或blank(极简版)。使用Zod模式定义工具、资源和提示,支持自动验证和清晰的参数描述。自动将resources/文件夹中的React组件注册为MCP工具和资源,提供MCP应用的双协议支持...
official
mcp-apps-builder
mcp-use
构建生产级MCP服务器的强制性参考指南,涵盖工具、资源、提示和组件。包括基础概念(工具、资源、提示、组件原语)、服务器架构、认证模式(OAuth、Supabase、自定义)以及部署策略。提供实现工具、资源、提示、响应格式以及基于组件的UI(含状态管理和主题)的详细指南。记录常见反模式(缺少验证、错误处理不当...)
official
mcp-builder
mcp-use
已弃用:使用mcp-use构建包含工具、资源、提示和交互式小部件的MCP服务器。此技能已弃用;请改用mcp-app-builder。支持在单个MCP服务器中定义工具、资源、提示和交互式React小部件。包含响应辅助工具,可将输出格式化为文本、Markdown、HTML、图像、对象和自定义小部件。提供服务器组合和代理功能,将多个MCP服务器聚合为统一接口。
official
openapi-to-mcp
mcp-use
使用 mcp-use TypeScript SDK 从 OpenAPI / Swagger 规范构建并部署 MCP 服务器。当用户想要“将这个 OpenAPI…
official