Easy Ui
БесплатноНе проверенEnables AI agents to drive Playwright-based browser automation for UI testing, returning JSON/HTML reports with screenshots without server-side LLM or test scri
Описание
Enables AI agents to drive Playwright-based browser automation for UI testing, returning JSON/HTML reports with screenshots without server-side LLM or test scripts.
README
A Dockerized MCP (Model Context Protocol) server for local UI testing. It exposes Playwright-based browser automation tools over HTTP/SSE so an AI agent (like Claude Code) can drive web UI flows step-by-step and get back a JSON + HTML report with screenshots — no server-side LLM, no test scripts to write.
Quick Start
docker compose up -d --build
curl http://localhost:8765/health
# {"status":"ok"}
Connect Claude Code:
claude mcp add --transport http easy-ui-mcp http://localhost:8765/mcp
Then ask Claude Code to navigate to a page and take a screenshot — it will call the tools below and report back.
Using this from another repo? MCP registration is per-project — run claude mcp add from that repo's root too (the container above only needs to run once, shared across repos). See AGENTS.md → Using easy-ui-mcp From Another Repo for the full required steps.
Networking
The container runs with network_mode: host in docker-compose.yml (not a published port on a bridge
network). This is required, not optional: the browser Playwright drives inside this container needs to
reach localhost:<port> on your host machine, where the target app's dev server (the repo you're
testing) is actually running. A default bridge network gives the container its own isolated network
namespace with no route back to the host at all — target URLs like http://localhost:8766 will hang or
fail with ERR_CONNECTION_REFUSED, and http://<host-LAN-IP>:8766 will just time out, even if the target
server is listening and reachable via curl from the host shell.
If you fork/redeploy this container anywhere network_mode: host isn't available (e.g. Docker Desktop on
macOS/Windows, where host networking support is limited or absent), use host.docker.internal as the
target hostname instead of localhost when calling ui_navigate, and add a network_mode: host fallback
of extra_hosts: ["host.docker.internal:host-gateway"] to docker-compose.yml.
Tools
ui_start_session, ui_end_session, ui_navigate, ui_click, ui_fill, ui_assert, ui_get_page_state, ui_take_screenshot — plus a REST wrapper at POST /api/run-test for non-MCP callers.
See AGENTS.md for the architecture and full MCP connection guide, and HARNESS.md for the REST API reference. Deploy/rollback procedures are in RUNBOOK.md.
Scope (v1)
Web only (Chromium), local only, no mobile support yet. See PRD.md for full product intent and PROJECT_SPEC.md for architecture decisions.
Установка Easy Ui
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/thunderkds/easy-ui-mcpFAQ
Easy Ui MCP бесплатный?
Да, Easy Ui MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Easy Ui?
Нет, Easy Ui работает без API-ключей и переменных окружения.
Easy Ui — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Easy Ui в Claude Desktop, Claude Code или Cursor?
Открой Easy Ui на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
LibreOffice Tools
Enables AI agents to read, write, and edit Office documents via LibreOffice with token-efficient design. Supports multiple formats including DOCX, XLSX, PPTX, a
автор: passerbyflutterdannote/figma-use
Full Figma control: create shapes, text, components, set styles, auto-layout, variables, export. 80+ tools.
автор: dannoteLogo.dev
Search and retrieve company logos by brand or domain. Customize size, format, and theme to match your design needs. Accelerate design, prototyping, and content
автор: NOVA-3951PIX4Dmatic
Enables GUI automation for controlling PIX4Dmatic on Windows through MCP. Supports launching, focusing, capturing screenshots, sending hotkeys, clicking UI elem
автор: jangjo123Compare Easy Ui with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории design
