Source
Open the upstream repository and check maintainers, README scope, examples, and recent activity.
tool
Agent readyReview before use
MCP server for browser automation and web app verification with Playwright. GitHub metadata was checked on 2026-06-27; the listed license is no-fee and permissive for review, evaluation, and responsible reuse.
Open the upstream repository and check maintainers, README scope, examples, and recent activity.
Confirm Apache-2.0 terms fit your project and retain notices when required.
Read commands before running them and start with a low-risk local workspace.
Check outputs, safety notes, and policy fit before exposing the resource to agent workflows.
Use it when a project needs browser QA and page inspection from an MCP-capable agent and the team wants inspectable provenance before adoption.
Use the manifest as structured review context before applying local policy.
{
"schemaVersion": "1.0",
"slug": "playwright-mcp",
"title": "Playwright MCP",
"kind": "tool",
"summary": "MCP server for browser automation and web app verification with Playwright.",
"sourceUrl": "https://github.com/microsoft/playwright-mcp",
"agentAccess": "approved",
"license": {
"spdx": "Apache-2.0",
"allowsClosedSourceUse": true,
"requiresNotice": true,
"noLicenseFee": true
},
"install": {
"steps": [
"Read the README, license, and exposed commands.",
"Run with a sample workspace or read-only token.",
"Add write permissions only after review."
]
},
"outputs": [
"tool response",
"MCP payload",
"automation result"
],
"usage": {
"whyUse": "Use it when a project needs browser QA and page inspection from an MCP-capable agent and the team wants inspectable provenance before adoption.",
"whenToUse": [
"You need browser QA and page inspection from an MCP-capable agent.",
"The upstream README and license fit the target project.",
"You can test the integration on non-production data first."
],
"whenNotToUse": [
"The tool needs broader access than the task requires.",
"The tool result could feed untrusted text into an agent without review."
],
"safetyNotes": [
"Keep required license notices when redistributing copied source or bundled code.",
"Review network, filesystem, and credential access.",
"Scope tokens and write actions to the smallest surface."
]
},
"repository": {
"owner": "microsoft",
"name": "playwright-mcp",
"stars": 34401,
"defaultBranch": "main"
},
"lifecycle": {
"githubUpdatedAt": "2026-06-27T05:09:00Z",
"githubPushedAt": "2026-06-25T15:19:51Z",
"lastVerifiedAt": "2026-06-27T00:00:00.000Z"
}
}