/mcp-builder
Build, modify, debug, or review TypeScript MCP servers with mcp-use.
$ npx -y skills add mcp-use/mcp-use --skill mcp-builder --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/mcp-builder
Context preview
The summary Claude sees to decide when to auto-load this skill.
Build, modify, debug, or review TypeScript MCP servers with mcp-use.
SKILL.md
mcp-builder.SKILL.mdname: mcp-builder
description: Build, modify, debug, or review TypeScript MCP servers with mcp-use.
Build 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.
Read more
name: mcp-builder description: Build, modify, debug, or review TypeScript MCP servers with mcp-use.
Build 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.
The fullstack MCP framework to develop MCP Apps for ChatGPT / Claude & MCP Servers for AI Agents.
Repo: mcp-use/mcp-use
Other skills on mcp-use.
- /chatgpt-app-builder
Build, modify, debug, or review ChatGPT Apps with mcp-use.
Open skill - /mcp-apps-builder
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
Open skill - /openapi-to-mcp
Build and deploy an MCP server from an OpenAPI / Swagger spec using the mcp-use TypeScript SDK. Use this skill whenever the user wants to "turn this OpenAPI spec into an MCP server", "make this API usable from Claude/ChatGPT", "wrap this Swagger doc as MCP tools", "expose this
Open skill

