Ext Apps
Freeby MCP Community
MCP Apps SDK — Enable MCP servers to display interactive user interfaces in conversational clients.
v1.5.0Added Apr 12, 2026
Ext Apps MCP Server
MCP Apps SDK — Enable MCP servers to display interactive user interfaces in conversational clients.
Installation
Reviews
Installation
Quick install
npx -y @modelcontextprotocol/ext-apps
Add to claude_desktop_config.json
{
"mcpServers": {
"ext-apps": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/ext-apps"]
}
}
}