Skip to main content

← All sources

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/sources

Top mcp-use skills

See all →

The most-installed skills from mcp-use, ranked by adoption.

  1. 01chatgpt-app-builder

    **MANDATORY for ALL MCP server work** - mcp-use framework best practices and patterns. **READ THIS FIRST** before any MCP server work, including: - Creating new MCP servers - Modifying existing MCP servers (adding/updating tools, resources, prompts, widgets) - Debugging MCP server issues or errors - Reviewing MCP server code for quality, security, or performance - Answering questions about MCP development or mcp-use patterns - Making ANY changes to server.tool(), server.resource(), server.prompt(), or widgets This skill contains critical architecture decisions, security patterns, and common pitfalls. Always consult the relevant reference files BEFORE implementing MCP features.

    Buildfrom mcp-use
  2. 02mcp-apps-builder

    **MANDATORY for ALL MCP server work** - mcp-use framework best practices and patterns. **READ THIS FIRST** before any MCP server work, including: - Creating new MCP servers - Modifying existing MCP servers (adding/updating tools, resources, prompts, widgets) - Debugging MCP server issues or errors - Reviewing MCP server code for quality, security, or performance - Answering questions about MCP development or mcp-use patterns - Making ANY changes to server.tool(), server.resource(), server.prompt(), or widgets This skill contains critical architecture decisions, security patterns, and common pitfalls. Always consult the relevant reference files BEFORE implementing MCP features.

    Buildfrom mcp-use
  3. 03openapi-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-use
  4. 04mcp-builder

    **MANDATORY for ALL MCP server work** - mcp-use framework best practices and patterns. **READ THIS FIRST** before any MCP server work, including: - Creating new MCP servers - Modifying existing MCP servers (adding/updating tools, resources, prompts, widgets) - Debugging MCP server issues or errors - Reviewing MCP server code for quality, security, or performance - Answering questions about MCP development or mcp-use patterns - Making ANY changes to server.tool(), server.resource(), server.prompt(), or widgets This skill contains critical architecture decisions, security patterns, and common pitfalls. Always consult the relevant reference files BEFORE implementing MCP features.

    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: Jun 30, 2026, 11:13 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.