MCP Directory
Back

mcp-app-ui

by brianpmccullough · TypeScript · ★ 0

A simple mcp server with an app/ui layer - https://modelcontextprotocol.io/extensions/apps/overview

Install

npx -y github:brianpmccullough/mcp-app-ui

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "mcp-app-ui": {
      "command": "npx",
      "args": [
        "-y",
        "github:brianpmccullough/mcp-app-ui"
      ]
    }
  }
}

From the README

This repo contains the MCP Apps quickstart server copied from the official [](https://github.com/modelcontextprotocol/ext-apps) repository. The server exposes a basic MCP App UI resource and tool following the [MCP Apps quickstart](https://github.com/modelcontextprotocol/ext-apps/blob/main/docs/quickstart.md). Use the mcp-app-ui MCP server to get the current server time. Add the MCP Server. I used claude_desktop_config.json: Restart Claude Desktop and ask to use the MCP: - Original example: [](https://github.com/modelcontextprotocol/ext-apps/tree/main/examples/quickstart) - Quickstart doc…
Read full README on GitHub →

Related other servers