Skip to content

Ext Apps

Free

by MCP Community

MCP Apps SDK — Enable MCP servers to display interactive user interfaces in conversational clients.

v1.5.0Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Ext Apps MCP Server

MCP Apps SDK — Enable MCP servers to display interactive user interfaces in conversational clients.

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y @modelcontextprotocol/ext-apps
Add to claude_desktop_config.json
{
  "mcpServers": {
    "ext-apps": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/ext-apps"]
    }
  }
}