migrate-oai-app

Guide migration from OpenAI Apps SDK to MCP Apps SDK with API mapping.

1.0k|202|Updated Jul 29, 2025
One-click install
npx skills add https://github.com/awslabs/cli-agent-orchestrator --skill migrate-oai-app-awslabs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: migrate-oai-app
Source: https://github.com/awslabs/cli-agent-orchestrator/tree/main/skills/vendor/ext-apps/migrate-oai-app
Command: npx skills add https://github.com/awslabs/cli-agent-orchestrator --skill migrate-oai-app-awslabs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, npm, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill aids in the migration process from OpenAI Apps SDK to MCP Apps SDK, providing step-by-step guidance and API mapping tables for a smooth transition.

Core Features & Use Cases

  • Migration Guidance: Offers detailed instructions and API mapping tables for converting OpenAI Apps SDK applications to MCP Apps SDK.
  • API Mapping: Includes comprehensive before/after mapping tables for API changes.
  • Front-End Framework Examples: Provides examples for various front-end frameworks to demonstrate how to use the MCP Apps SDK.

Quick Start

Run the following command to clone the SDK repository and start the migration process:

git clone --branch "v$(npm view @modelcontextprotocol/ext-apps version)" --depth 1 https://github.com/modelcontextprotocol/ext-apps.git /tmp/mcp-ext-apps

Frequently Asked Questions about migrate-oai-app

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I migrate from OpenAI Apps SDK to MCP Apps SDK?

You can migrate from OpenAI Apps SDK to MCP Apps SDK by following this Skill's detailed instructions, utilizing its API mapping tables, and reviewing front-end framework examples.

Do I need git and npm to migrate OpenAI Apps SDK to MCP Apps SDK?

Yes, you need git and npm installed to migrate OpenAI Apps SDK, as they are required for repository cloning and dependency management during the transition process.

How do I map OpenAI Apps SDK APIs to MCP Apps SDK equivalents?

You can map OpenAI Apps SDK APIs to MCP Apps SDK equivalents using the comprehensive before and after API mapping tables provided within this migration guidance Skill.

Are there front-end framework examples for using MCP Apps SDK?

Yes, the migration guidance includes front-end framework examples that demonstrate how to effectively use the MCP Apps SDK during your application transition.

What is the best way to clone the MCP Apps SDK repository for migration?

The best way to clone the MCP Apps SDK repository is using the provided git command, which fetches the specific version branch from the ext-apps GitHub repository.