用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/mcp-use/mcp-use --skill mcp-builder命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Build, modify, debug, migrate, or review TypeScript MCP servers and interactive MCP Apps using mcp-use v2. Use for tools, resources, prompts, Views, React host interactions, OAuth, middleware, Inspector workflows, package-boundary migrations, and release-ready verification in an mcp-use project.
Build, modify, debug, or review ChatGPT Apps with mcp-use.
Create approved purchase orders with the create-purchase-order tool
正在显示 SKILL.md
| name | mcp-builder |
| description | Build, modify, debug, or review TypeScript MCP servers 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, Agent Skills, 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
Follow the guides at https://docs.mcp-use.com/v2.
Consult the TSDoc bundled in the installed package and the TypeScript source
comments on disk. Inspect the project's installed mcp-use version and nearby
code before choosing APIs or patterns.
When a server needs reusable workflow instructions, prefer the conventional
skills/<name>/SKILL.md layout. The directory enables Skills over MCP
automatically, so omit skills from new MCPServer(...) in the normal case.
Use skills: false only to ignore an existing directory, skills: true to
require the convention, or skills: { directory: "server-skills" } for a
project-relative override. Keep detailed references, scripts, templates, and
assets beside SKILL.md; do not copy their contents into tool descriptions or
server instructions.