
Skill
mcp-apps-builder
build MCP applications with mcp-apps-builder
Description
Load the official MCP Apps builder skills (create-mcp-app, migrate-oai-app, add-app-to-server, convert-web-app) from github.com/modelcontextprotocol/ext-apps. Use when the user says "build an MCP App", "add a ui:// view to my MCP server", "create an interactive MCP App from scratch", "migrate from OpenAI Apps SDK to MCP", or "turn my web app into a hybrid MCP App". Targets the MCP Apps SDK (SEP-1865 ui:// resources) specifically. Not for regular web frontends, REST APIs, CAO provider adapters, SKILL.md authoring, or plugins.
SKILL.md
MCP Apps Builder (ext-apps Agent Skills bridge)
The Model Context Protocol ext-apps
repo ships four official Agent Skills that teach an AI coding agent how to
build MCP Apps
(SEP-1865 — interactive ui:// UIs that render inside a chat host). This skill
tells you when to reach for them and how to install them, so MCP App work is
done with the canonical, up-to-date guidance instead of guesswork.
The four builder skills
| Skill | Use it when… |
|---|---|
create-mcp-app | Scaffolding a new MCP App (server + interactive UI) from scratch. |
add-app-to-server | Adding an interactive ui:// view to an existing MCP server's tools. |
migrate-oai-app | Converting an existing OpenAI Apps SDK app to MCP Apps. |
convert-web-app | Turning an existing web app into a hybrid web + MCP App. |
Install / load them
Pick whichever matches the agent you're driving (skills live in the agent's skills directory — install once, then ask the agent to build):
- Claude Code (plugin marketplace):
/plugin marketplace add modelcontextprotocol/ext-apps /plugin install mcp-apps@modelcontextprotocol-ext-apps - Any agent (Vercel Skills CLI):
npx skills add modelcontextprotocol/ext-apps - Manual (clone + copy into the agent's skills dir):
Skills dirs by agent: Kiro CLI
git clone https://github.com/modelcontextprotocol/ext-apps.git cp -r ext-apps/plugins/mcp-apps/skills/create-mcp-app ~/.kiro/skills/create-mcp-app # …repeat for add-app-to-server / migrate-oai-app / convert-web-app~/.kiro/skills/, Claude Code~/.claude/skills/, VS Code/Copilot~/.copilot/skills/, Gemini CLI~/.gemini/skills/, Codex~/.codex/skills/, Cursor~/.cursor/skills/, Goose~/.config/goose/skills/. Verify with: ask the agent "what skills do you have?"
For complete per-agent installation instructions and troubleshooting, see references/installation-per-agent.md.
Building inside CAO (read this for ui://cao/* work)
CAO's own views (ui://cao/dashboard / agent / event-stream) are hand-rolled
single-file React bundles — not generated by create-mcp-app — because CAO
enforces stricter invariants than the starter templates. When you add a new
CAO view, use add-app-to-server's checklist for the spec-correct shape, but
keep CAO's guardrails:
- Default-off behind
CAO_MCP_APPS_ENABLED(end to end). - JIT-free bundles (no
eval/new Function; the host CSP forbids it; thescan:jitgate fails otherwise). - HTTP-only boundary:
mcp_server/*reaches state only over HTTP (AST guardtest/test_http_only_boundary.py). - Stay within the bundle-size budget (
check:size) and the coverage ratchet (coverage:ratchet). - Tag tools with
ui_meta(...)(resource_meta.ui:csp/permissions/domain/prefersBorder; tool_meta.ui:resourceUri/visibility).
For the full guardrail checklist and how to run each CI gate locally, see references/cao-view-guardrails.md.
For the operator/extend playbook (turn it on, troubleshoot, the submit_command
choke point, host-delegated actions), load the cao-mcp-apps skill.
Sources of truth
- MCP Apps Overview · Build an MCP App
- Stable spec
2026-01-26/apps.mdx· SDK@modelcontextprotocol/ext-apps(v1.7.4) · API reference - ext-apps repo · client matrix
Gotchas
- CAO views are NOT generated by create-mcp-app: CAO's own
ui://cao/*views are hand-rolled single-file React bundles with stricter invariants than the starter templates. Useadd-app-to-serverfor the spec-correct shape, but enforce CAO's guardrails (JIT-free, bundle-size budget, HTTP-only boundary). - JIT-free is non-negotiable for CAO: Host CSP forbids
eval/new Function. The CIscan:jitgate will fail the build if any JIT constructs are present. - HTTP-only boundary:
mcp_server/*must reach state only over HTTP to the Backplane. The AST guard test (test/test_http_only_boundary.py) enforces this — direct state access bypasses governance.
Build → Test → Record Workflow
When building or extending CAO MCP Apps views, always follow this complete cycle:
cd cao_mcp_apps
npm run build:all # Build all view bundles (single-file HTML)
npm test # Unit tests (vitest)
npm run test:e2e # Playwright E2E against built bundles
npm run demo # Record demo video + screenshots + GIF
The npm run demo step captures the current state of all views (including the unified
fleet command center) into docs/media/ — this is what README.md and docs/mcp-apps.md
display. Always regenerate after modifying views so documentation stays current.
For CAO-specific views (ui://cao/*), also verify:
- Bundle size within budget:
npm run check:size - No JIT constructs:
npm run scan:jit - TypeScript strict:
npx tsc --noEmit
For installation details per agent host, see references/installation-per-agent.md. For CAO view guardrails, see references/cao-view-guardrails.md.
More skills from the cli-agent-orchestrator repository
View all 14 skillsadd-app-to-server
add interactive UI to MCP servers
Jul 12FrontendMCPPlugin DevelopmentUI Componentsagui-author
emit interactive dashboard UI components
Jul 22AgentsDashboardsMCPUI Componentscao-mcp-apps
operate CAO MCP application surfaces
Jul 22AgentsCLIMCPUI Componentscao-memory
manage durable agent memory and preferences
Jul 12AgentsMemoryProductivitycao-plugin
scaffold CAO agent plugins
Jul 12AgentsAutomationCLIPlugin Developmentcao-provider
create CLI agent providers for CAO
Jul 12AgentsAutomationCLIEngineering
More from AWS Labs
View publisheragentcore-investigation
investigate Bedrock AgentCore runtime sessions
mcp
Jul 12AWSDebuggingLogsObservabilityamazon aurora dsql
build applications with Aurora DSQL
mcp
Jul 12AuroraAWSDatabaseServerless +1aurora dsql
build applications with Aurora DSQL
mcp
Jul 12AWSDatabaseServerlessSQLaws dsql
build applications with Aurora DSQL
mcp
Jul 12AWSDatabaseMigrationServerless +1distributed postgres
build applications with Aurora DSQL
mcp
Jul 12AWSDatabasePostgreSQLServerless +1distributed sql
build applications with Aurora DSQL
mcp
Jul 12AWSDatabaseServerlessSQL