Skip to main content
Back to registry

OpenAI Apps MCP

jezweb/claude-skills

Status : Production Ready Last Updated : 2026-01-21 Dependencies : cloudflare-worker-base , hono-routing (optional) Latest Versions : @modelcontextprotocol/sdk@1.25.3, hono@4.11.3, zod@4.3.5, wrangler@4.58.0

Install command
npx skills add https://github.com/jezweb/claude-skills --skill 'OpenAI Apps MCP'
Security audits
Gen Agent Trust HubFAIL
SocketPASS
SnykPASS
About this skill
Status : Production Ready Last Updated : 2026-01-21 Dependencies : cloudflare-worker-base , hono-routing (optional) Latest Versions : @modelcontextprotocol/sdk@1.25.3, hono@4.11.3, zod@4.3.5, wrangler@4.58.0 Build ChatGPT Apps using MCP (Model Context Protocol) servers on Cloudflare Workers. Extends ChatGPT with custom tools and interactive widgets (HTML/JS UI rendered in iframe). Architecture : ChatGPT → MCP endpoint (JSON-RPC 2.0) → Tool handlers → Widget resources (HTML) Status : Apps available to Business/Enterprise/Edu (GA Nov 13, 2025). MCP Apps Extension (SEP-1865) formalized Nov 21, 2025. CORS : Must allow on /mcp/* routes Widget URI : Must use ui://widget/ prefix (e.g., ui://widget/map.html ) MIME Type : Must be text/html+skybridge for HTML resources Widget Data : Pass via _meta.initialData (accessed via window.openai.getInitialData() ) Tool Descriptions : Action-oriented ("Use this when user wants to...") ASSETS Binding : Serve widgets from ASSETS, not bundled in worker code SSE : Send heartbeat every 30s (100s timeout on Workers) This skill prevents 14 documented issues: Error : Access to fetch blocked by CORS policy Fix : app.use('/mcp/*', cors({ origin: ' })) Error : 404 (Not Found) for widget URL Fix : Use ui://widget/ prefix (not resource:// or /widgets/ ) Error : HTML source code visible instead of rendered widget Fix : MIME type must be text/html+skybridge...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does OpenAI Apps MCP do?

Status : Production Ready Last Updated : 2026-01-21 Dependencies : cloudflare-worker-base , hono-routing (optional) Latest Versions : @modelcontextprotocol/sdk@1.25.3, hono@4.11.3, zod@4.3.5, wrangler@4.58.0

Is OpenAI Apps MCP good?

OpenAI Apps MCP does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does OpenAI Apps MCP work with?

OpenAI Apps MCP currently lists compatibility with Agent compatibility has not been published yet..

What are alternatives to OpenAI Apps MCP?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install OpenAI Apps MCP?

npx skills add https://github.com/jezweb/claude-skills --skill 'OpenAI Apps MCP'

Related skills

More from jezweb/claude-skills

Related skills

Alternatives in Software Engineering