mcp-use skills
Four first-party skills from the mcp-use (Manufact) framework for building MCP servers and ChatGPT/Claude MCP apps — mcp-builder, mcp-apps-builder, chatgpt-app-builder, and openapi-to-mcp. skills-hub.ai mirrors 4 skills from mcp-use daily, every skill links back to its upstream GitHub source. Install with one command across Claude Code, Cursor, Codex, Windsurf, and any MCP-compatible tool.
Upstream: github.com/mcp-use/mcp-use
Installing a mcp-use skill
Pick a skill below, then run the install command for your AI coding tool. The skills-hub CLI writes the SKILL.md to the right directory and tracks the install in .skills.json so your team gets reproducible installs.
# Install a mcp-use skill
npx @skills-hub-ai/cli install <skill-slug>
# Browse all mcp-use skills via API
curl https://skills-hub.ai/api/v1/skills?source=mcp-use
# Browse all sources
open https://skills-hub.ai/sourcesTop mcp-use skills
See all →The most-installed skills from mcp-use, ranked by adoption.
01mcp-builder
Build, modify, debug, or review TypeScript MCP servers with mcp-use.
Buildfrom mcp-use02openapi-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 REST API to an LLM", "generate MCP tools from a spec", or pastes/attaches an `openapi.yaml`, `openapi.json`, or `swagger.json` and asks for a Claude-compatible version. Trigger even if the user doesn't say "MCP" — if they describe an existing HTTP API (REST endpoints, an internal service, a third-party API they have a key for) and want an LLM to call it, this is the right skill. Covers spec ingestion (file path, URL, or pasted), operation-to-tool mapping, auth wiring (apiKey, bearer, basic, OAuth bearer), scaffolding with `create-mcp-use-app`, tool generation with proper zod schemas, live testing in the mcp-use inspector, and deploying to Manufact / mcp-use cloud.
Buildfrom mcp-use03chatgpt-app-builder
Build, modify, debug, or review ChatGPT Apps with mcp-use.
Buildfrom mcp-use04mcp-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 mcp-use project.
Buildfrom mcp-use
About this source
skills-hub.ai mirrors skills from 90+ official GitHub repositories every day. Each imported skill is parsed from a SKILL.md file in the source repo, gets a security scan and quality score on import, and links back to its upstream source of truth.
Last sync: Aug 14, 2026, 4:20 PM (success).
mcp-use skills, frequently asked
What are mcp-use skills?
mcp-use skills are AI coding skills published by mcp-use (Four first-party skills from the mcp-use (Manufact) framework for building MCP servers and ChatGPT/Claude MCP apps — mcp-builder, mcp-apps-builder, chatgpt-app-builder, and openapi-to-mcp.) and mirrored daily on skills-hub.ai. They are SKILL.md files that follow the open Agent Skills standard, so they work in Claude Code, Cursor, Codex CLI, Windsurf, Copilot, and any MCP-compatible tool.
How many mcp-use skills are available?
skills-hub.ai indexes 4 skills from mcp-use, synced daily from the upstream GitHub repository (https://github.com/mcp-use/mcp-use).
How do I install a mcp-use skill?
Run `npx @skills-hub-ai/cli install <skill-slug>` in your project. The CLI writes the SKILL.md to the right directory for your AI tool and adds it to your `.skills.json` lockfile so your team gets the same skills at the same versions.
Are these official mcp-use skills?
Yes. Every skill from this source is mirrored from mcp-use's own GitHub repository (https://github.com/mcp-use/mcp-use). Each skill page links back to the upstream source of truth, so you can verify the original.