Skip to main content
Back to registry

create-mcp-app

modelcontextprotocol/ext-apps

Build interactive UIs that run inside MCP-enabled hosts like Claude Desktop. An MCP App combines an MCP tool with an HTML resource to display rich, interactive content.

Installs505
Install command
npx skills add https://github.com/modelcontextprotocol/ext-apps --skill create-mcp-app
Security audits
Gen Agent Trust HubPASS
SocketFAIL
SnykWARN
About this skill
Build interactive UIs that run inside MCP-enabled hosts like Claude Desktop. An MCP App combines an MCP tool with an HTML resource to display rich, interactive content. Every MCP App requires two parts linked together: The tool's _meta.ui.resourceUri references the resource's URI. Host calls tool → Host renders resource UI → Server returns result → UI receives result. Adding to existing MCP server: Creating new MCP server: Clone the SDK repository for working examples and API documentation: Learn and adapt from /tmp/mcp-ext-apps/examples/basic-server-{framework}/ : Each template includes: Read JSDoc documentation directly from /tmp/mcp-ext-apps/src/ : See /tmp/mcp-ext-apps/docs/patterns.md for detailed recipes: /tmp/mcp-ext-apps/examples/basic-host/ shows one way an MCP Apps-capable host could be implemented. Real-world hosts like Claude Desktop are more sophisticated—use basic-host for local testing and protocol understanding, not as a guarantee of host behavior. Always use npm install to add dependencies rather than manually writing version numbers: This lets npm resolve the latest compatible versions. Never specify version numbers from memory.

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 create-mcp-app do?

Build interactive UIs that run inside MCP-enabled hosts like Claude Desktop. An MCP App combines an MCP tool with an HTML resource to display rich, interactive content.

Is create-mcp-app good?

create-mcp-app does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does create-mcp-app work with?

create-mcp-app currently lists compatibility with codex, gemini-cli, opencode, kimi-cli, amp, github-copilot.

What are alternatives to create-mcp-app?

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

How do I install create-mcp-app?

npx skills add https://github.com/modelcontextprotocol/ext-apps --skill create-mcp-app

Related skills

More from modelcontextprotocol/ext-apps

Related skills

Alternatives in Software Engineering