playwright-autopilot
⚠️ Moved to kaizen-yutani/playwright-autopilot
claude mcp add --transport stdio nikolarss0n-playwright-autopilot npx -y kaizen-yutani/playwright-autopilot
How to use
playwright-autopilot is an MCP server plugin that provides automated Playwright workflows within the MCP ecosystem. The project has moved to kaizen-yutani/playwright-autopilot, so you should install and run the plugin via the MCP marketplace workflow. Once installed, the plugin exposes capabilities to automate browser tasks with Playwright, orchestrate automated scripts, and collect results within your MCP runtime. Use the MCP tooling to invoke the plugin’s automation tasks, manage run scopes, and view outputs from executed Playwright scripts. If you’re familiar with Playwright, you can leverage its APIs through the plugin to launch browsers, navigate pages, run assertions, and capture screenshots or traces as part of automated workflows.
How to install
Prerequisites
- Node.js (recommended 14.x or newer) and npm installed on your system
- Access to the MCP runtime / platform where you want to run the server
Installation steps
- Add the plugin marketplace entry for the project (as described by the project):
/plugin marketplace remove pw-autopilot
/plugin marketplace add kaizen-yutani/playwright-autopilot
- Install the plugin from the marketplace:
/plugin install kaizen-yutani/playwright-autopilot
- Run the MCP server configuration for this plugin. If using the inferred MCP config, you can start it via the MCP runner which will execute the npx command to fetch and run the plugin:
# This corresponds to the mcp_config using npx kaizen-yutani/playwright-autopilot
npx -y kaizen-yutani/playwright-autopilot
Prerequisites recap: ensure Node.js and npm are available, and your MCP environment is configured to run npx-based plugins when you install the marketplace entry.
Additional notes
Migration note: The repository has moved to kaizen-yutani/playwright-autopilot. Update any scripts or documentation references from the old location to the new GitHub path. If you previously used the old marketplace identifier pw-autopilot, remove it and replace with kaizen-yutani/playwright-autopilot as shown in the migration steps. The plugin is intended to integrate Playwright automation workflows into your MCP server; verify compatibility with your Playwright version and your MCP runtime. If you encounter issues starting the plugin, ensure network access to npm/pnpm registries and that the MCP runtime has permissions to execute binaries fetched via npx.
Related MCP Servers
web-agent-protocol
🌐Web Agent Protocol (WAP) - Record and replay user interactions in the browser with MCP support
agent-toolkit
Collection of resources to help AI agents build better with Sanity.
mcp-rest-api
A TypeScript-based MCP server that enables testing of REST APIs through Cline. This tool allows you to test and interact with any REST API endpoints directly from your development environment.
apitap
The MCP server that turns any website into an API — no docs, no SDK, no browser. npm: @apitap/core
rod
Model Context Protocol Server of Rod
create -kit
Scaffold a production-ready Model Context Protocol (MCP) server in seconds.