Thanks to visit codestin.com
Credit goes to modelcontextprotocol.github.io

@modelcontextprotocol/ext-apps - v0.2.2
    Preparing search index...

    @modelcontextprotocol/ext-apps - v0.2.2

    @modelcontextprotocol/ext-apps

    npm version API Documentation

    This repo contains the SDK and specification for MCP Apps Extension (SEP-1865).

    MCP Apps are a proposed standard inspired by MCP-UI and OpenAI's Apps SDK to allow MCP Servers to display interactive UI elements in conversational MCP clients / chatbots.

    This SDK serves two audiences:

    Build interactive UIs that run inside MCP-enabled chat clients.

    • SDK for Apps: @modelcontextprotocol/ext-appsAPI Docs
    • React hooks: @modelcontextprotocol/ext-apps/reactAPI Docs

    Embed and communicate with MCP Apps in your chat application.

    • SDK for Hosts: @modelcontextprotocol/ext-apps/app-bridgeAPI Docs

    There's no supported host implementation in this repo (beyond the examples/basic-host example).

    We have contributed a tentative implementation of hosting / iframing / sandboxing logic to the MCP-UI repository, and expect OSS clients may use it, while other clients might roll their own hosting logic.

    npm install -S @modelcontextprotocol/ext-apps
    

    Or edit your package.json manually:

    {
    "dependencies": {
    "@modelcontextprotocol/ext-apps": "^0.0.1"
    }
    }

    Start with these foundational examples to learn the SDK:

    The examples/ directory contains additional demo apps showcasing real-world use cases.

    To run all examples together:

    npm install
    npm run examples:start

    Then open http://localhost:8080/.