MCP-сервер Tapsite (создание сайтов).
npx -y tapsite # Or install globally npm install -g tapsite npx playwright install chromium npx playwright install-deps chromium Add to your AI agent's MCP config: { "mcpServers": { "tapsite": { "command": "npx", "args": ["-y", "tapsite"] } } } First run: Playwright will install Chromium automatical