> For the complete documentation index, see [llms.txt](https://docs.natoma.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.natoma.ai/apps/playwright-local.md).

# Playwright

**Type:** Official

**Source Type:** Local Package

**Source:** [npm](https://www.npmjs.com/package/@playwright/mcp)

**Description:** Playwright MCP server provides AI assistants with browser-automation capabilities for end-to-end testing and web scraping. It runs locally and requires Playwright's browser binaries to be installed on the host.

***

## Setup

### Prerequisites

Run `npx playwright install` on the host once to install browser binaries before first use.

**Configuration Parameters:**

* **Browser** (optional) - Browser to drive: `chrome` (default), `chromium`, `msedge`, `firefox`, or `webkit`.

When creating the connection in Natoma, enter the values above.
