mcp-builder
DEPRECATED: mcp-use를 사용하여 도구, 리소스, 프롬프트 및 대화형 위젯으로 MCP 서버를 구축합니다. 이 스킬은 더 이상 사용되지 않습니다. 대신 mcp-app-builder를 사용하세요. 단일 MCP 서버 내에서 도구, 리소스, 프롬프트 및 대화형 React 위젯을 정의할 수 있습니다. 출력을 텍스트, 마크다운, HTML, 이미지, 객체 및 사용자 정의 위젯으로 포맷팅하기 위한 응답 헬퍼를 포함합니다. 여러 MCP 서버를 통합 인터페이스로 집계하기 위한 서버 구성 및 프록시를 제공합니다.
npx skills add https://github.com/mcp-use/mcp-use --skill mcp-builderBuild 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
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 and nearby
code before choosing APIs or patterns.
Agent Skills
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.