Skip to content

Embedded Ui

Free

by MCP Community

A lightweight, minimal-dependency embedded Web UI for any MCP Server.

v0.3.2Added Apr 12, 2026
mcpuiexplorertoolsmodel-context-protocol
Works with:ClaudeGPTGeminiCopilot

Embedded Ui MCP Server

A lightweight, minimal-dependency embedded Web UI for any MCP Server.

Installation

npx -y mcp-embedded-ui

Reviews

Leave a Review

Installation

Quick install
npx -y mcp-embedded-ui
Add to claude_desktop_config.json
{
  "mcpServers": {
    "embedded-ui": {
      "command": "npx",
      "args": ["-y", "mcp-embedded-ui"]
    }
  }
}