Skip to content
Development
Skill

/chatgpt-app-builder

Build, modify, debug, or review ChatGPT Apps with mcp-use.

From plugin
mcp-use
10k4 skills1 MCP
Install
$ npx -y skills add mcp-use/mcp-use --skill chatgpt-app-builder --agent claude-code

How 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/chatgpt-app-builder

Context preview

The summary Claude sees to decide when to auto-load this skill.

Build, modify, debug, or review ChatGPT Apps with mcp-use.

SKILL.md

chatgpt-app-builder.SKILL.md
name: chatgpt-app-builder
description: Build, modify, debug, or review ChatGPT Apps with mcp-use.

Build ChatGPT Apps 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, 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, generated types, and existing ChatGPT-specific integrations before choosing APIs or patterns.

Agent Skills

Put reusable agent workflows in `skills/<name>/SKILL.md`; the directory is served automatically, so normally omit the `skills` server option. Use `skills: false` to disable it or `skills: { directory: "server-skills" }` to override the project-relative directory. Keep supporting references, scripts, templates, and assets in the skill instead of inflating tool descriptions.

Ships withmcp-use

The fullstack MCP framework to develop MCP Apps for ChatGPT / Claude & MCP Servers for AI Agents.

Get the whole plugin
Stats
10,468
Stars
1,408
Forks
Active
Maintenance
TypeScript
Language
MIT
License
12h ago
Last commit
1y ago
Created

Repo: mcp-use/mcp-use