Language: 日本語English

mcp-apps Plugin

Author
Anthropic / Model Context Protocol
Category
Development
Topics
AI Agents & AI App Development · Claude Code Customization & Workflow · Migration & Modernization
First seen
2026-07-09
Last confirmed
2026-07-13
Explanation last updated
2026-07-12

The explanation below is AI-generated. Please verify it against the sources.

mcp-apps is a Claude Code plugin that provides skills for building MCP Apps using the MCP Apps SDK, according to the project README. It is installed through Claude Code's plugin marketplace by adding the modelcontextprotocol/ext-apps repository and installing mcp-apps@modelcontextprotocol-ext-apps. The plugin offers two sets of invokable skills: one for creating a new MCP App (adding a UI to an MCP tool or scaffolding an interactive MCP View), and one for migrating an existing app from the OpenAI Apps SDK to MCP. Per the MCP homepage, the underlying Model Context Protocol (MCP) is an open-source standard for connecting AI applications to external data sources, tools, and workflows.

Overview

This is not a SaaS product but a Claude Code plugin (extension). It builds on the Model Context Protocol (MCP), an open standard described on the MCP homepage for connecting AI applications to external systems, and per the README it supplies skills for creating and migrating MCP Apps — interactive applications that run inside MCP-compatible AI clients — using the MCP Apps SDK.

What you can do with mcp-apps

  • Install the plugin via Claude Code's plugin marketplace by running /plugin marketplace add modelcontextprotocol/ext-apps followed by /plugin install mcp-apps@modelcontextprotocol-ext-apps
  • Ask Claude Code to "Create an MCP App," "Add a UI to an MCP tool," "Build an interactive MCP View," or "Scaffold an MCP App" to invoke the app-creation skill
  • Ask Claude Code to "Migrate from OpenAI Apps SDK," "Convert OpenAI App to MCP," or "Port from window.openai" to invoke the migration skill

Sources

Original description (English)

Skills for creating MCP Apps with the MCP Apps SDK

History of mcp-apps

Back to list