Embedded Ui
Freeby MCP Community
A lightweight, minimal-dependency embedded Web UI for any MCP Server.
v0.3.2Added Apr 12, 2026
mcpuiexplorertoolsmodel-context-protocol
Embedded Ui MCP Server
A lightweight, minimal-dependency embedded Web UI for any MCP Server.
Installation
npx -y mcp-embedded-ui
Reviews
Installation
Quick install
npx -y mcp-embedded-ui
Add to claude_desktop_config.json
{
"mcpServers": {
"embedded-ui": {
"command": "npx",
"args": ["-y", "mcp-embedded-ui"]
}
}
}