development-tools /

io.github.microsoft/playwright-mcp
0.0.75

io.github.microsoft/playwright-mcp
Playwright Tools for MCP

Install with terminal

Install this server using the terminal command below.
npx -y @playwright/mcp

Connect

Copy/paste this example snippet into your MCP client configuration, then fill in any required auth values.
{
  "mcpServers": {
    "playwright-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@playwright/mcp"
      ],
      "env": {}
    }
  }
}
stdio
@playwright/mcp
Package Type
npm
Version
0.0.75

JSON

{
  "server": {
    "name": "io.github.microsoft/playwright-mcp",
    "title": null,
    "description": "Playwright Tools for MCP",
    "version": "0.0.75",
    "packages": [
      {
        "registry": {
          "type": "npm"
        },
        "identifier": "@playwright/mcp",
        "version": "0.0.75",
        "transport": {
          "type": "stdio"
        }
      }
    ],
    "remotes": null,
    "repository": {
      "url": "https://github.com/microsoft/playwright-mcp",
      "source": "github"
    },
    "icons": null,
    "website_url": null,
    "latest": true,
    "created_at": "2026-05-19T19:31:30.665Z",
    "updated_at": "2026-05-19T19:31:30.665Z"
  }
}