---
title: "Playwright MCP Server for ToolPiper · ModelPiper"
description: "Drive a real browser via accessibility-tree automation. Microsoft's Playwright MCP server automates a real Chromium, Firefox, or WebKit browser using the page's accessibility tree rather than brittle CSS selectors. The m"
canonical: "https://modelpiper.com/mcp-tools/playwright"
---

# Playwright MCP Server for ToolPiper · ModelPiper

> Drive a real browser via accessibility-tree automation. Microsoft's Playwright MCP server automates a real Chromium, Firefox, or WebKit browser using the page's accessibility tree rather than brittle CSS selectors. The m

P

# Playwright MCP Server

✓ verified

Drive a real browser via accessibility-tree automation.

Install Playwright in ToolPiper

Don't have ToolPiper? We'll take you to the download.

[Open repository →](https://github.com/microsoft/playwright-mcp)

Publisher

[Microsoft](https://github.com/microsoft/playwright-mcp)

License

Apache-2.0

Transport

Local subprocess

Tools

5

## What this server does

Microsoft's Playwright MCP server automates a real Chromium, Firefox, or WebKit browser using the page's accessibility tree rather than brittle CSS selectors. The model sees elements by role and name, the way assistive technology does, which makes automation far more robust across redesigns. Navigate, snapshot the page, click, type, fill forms, and screenshot. It is the modern, actively-maintained successor to the archived Puppeteer reference, with better isolation and a richer surface for end-to-end testing and scripted web tasks.

## Tools included

-   browser\_navigate
    
    Navigate to a URL.
    
-   browser\_snapshot
    
    Capture the accessibility tree of the page.
    
-   browser\_click
    
    Click an element by its accessible role and name.
    
-   browser\_type
    
    Type text into a field.
    
-   browser\_take\_screenshot
    
    Capture a screenshot.
    

The authoritative list comes from the server's tools/list at runtime. This catalog entry may lag the upstream until the next ToolPiper release.

## Install in ToolPiper

ToolPiper handles the JSON configuration. Click Install, fill in any required tokens, and the server is ready in your chat.

Install Playwright in ToolPiper

Don't have ToolPiper? We'll take you to the download.

## Install in another client

Install in another MCP client (Claude Desktop, Cursor, Continue, Cline)

Claude Desktop Cursor Continue Cline

Add this to ~/Library/Application Support/Claude/claude\_desktop\_config.json.

```
{
  "mcpServers": {
    "playwright": {
      "command": "npx",
      "args": [
        "-y",
        "@playwright/mcp@latest"
      ]
    }
  }
}
```

Copy

## Example prompts

-   "Open example.com, take an accessibility snapshot, and describe the page structure."
    
    Copy
-   "Navigate to the login form, fill in these test credentials, and submit."
    
    Copy
-   "Go to the search page, search for 'wireless headphones', and screenshot the results."
    
    Copy

## Security notes

The server controls a real browser on your machine, which can reach file:// URLs and internal network addresses. Do not point it at untrusted prompts or let it follow instructions from page content, since a creative attacker could read local files or probe internal services. It runs headless by default. No credentials are stored by the server itself, but any site you log into exposes those cookies to the automation.

## Related tools

-   [
    
    G
    
    ### GitHub
    
    ✓ verified
    
    Create issues, manage pull requests, and search repositories from your AI assistant.
    
    Developer ToolsLocal subprocess5 tools
    
    
    
    
    
    ](/mcp-tools/github)
-   [
    
    G
    
    ### GitHub (Remote)
    
    ✓ verified MAX
    
    OAuth-protected GitHub MCP. Manage repos, issues, and pull requests with no token to copy.
    
    Developer ToolsRemote HTTP5 tools
    
    
    
    
    
    ](/mcp-tools/github-remote)
-   [
    
    G
    
    ### Git
    
    ✓ verified
    
    Read, search, and manipulate Git repositories on disk.
    
    Developer ToolsLocal subprocess5 tools
    
    
    
    
    
    ](/mcp-tools/git)
-   [
    
    E
    
    ### Everything
    
    ✓ verified
    
    Reference test server exercising every MCP feature.
    
    Developer ToolsLocal subprocess5 tools
    
    
    
    
    
    ](/mcp-tools/everything)

[← Back to all MCP tools](/mcp-tools)
