{
  "name": "io.github.microsoft/playwright-mcp",
  "description": "The Playwright MCP wraps Microsoft's cross-browser automation framework. Drive Chromium, Firefox, or WebKit headlessly or headed, navigate pages, fill forms, capture screenshots, and run end-to-end assertions with first-class auto-wait so flaky selectors disappear.",
  "status": "active",
  "version": "latest",
  "_meta": {
    "com.top-mcps/lastVerified": "2026-05-26",
    "com.top-mcps/score": {
      "value": 94,
      "rubricVersion": "2026-04",
      "lastComputed": "2026-05-26T10:50:23.732Z",
      "methodology": "https://top-mcps.com/about/methodology"
    },
    "com.top-mcps/stats": {
      "fetchedAt": "2026-05-26T10:50:22.804Z",
      "githubStars": 33036,
      "lastCommitAt": "2026-05-23T14:41:54Z",
      "npmWeeklyDownloads": 3226927
    }
  },
  "repository": {
    "url": "https://github.com/microsoft/playwright-mcp",
    "source": "github"
  },
  "author": {
    "name": "Microsoft"
  },
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@playwright/mcp@latest",
      "version": "latest",
      "transport": {
        "type": "stdio"
      }
    }
  ],
  "capabilities": {
    "tools": [
      {
        "name": "browser_navigate",
        "description": "Navigate to a URL.",
        "sideEffect": "network",
        "args": [
          {
            "name": "url",
            "type": "string",
            "required": true
          }
        ]
      },
      {
        "name": "browser_click",
        "description": "Click an element.",
        "sideEffect": "exec",
        "args": [
          {
            "name": "selector",
            "type": "string",
            "required": true
          }
        ]
      },
      {
        "name": "browser_type",
        "description": "Type text into an input.",
        "sideEffect": "exec",
        "args": [
          {
            "name": "selector",
            "type": "string",
            "required": true
          },
          {
            "name": "text",
            "type": "string",
            "required": true
          }
        ]
      },
      {
        "name": "browser_screenshot",
        "description": "Take a screenshot.",
        "sideEffect": "read",
        "args": [
          {
            "name": "name",
            "type": "string",
            "required": true
          },
          {
            "name": "fullPage",
            "type": "boolean",
            "required": false
          }
        ]
      },
      {
        "name": "browser_evaluate",
        "description": "Run JavaScript in the page context.",
        "sideEffect": "exec",
        "args": [
          {
            "name": "script",
            "type": "string",
            "required": true
          }
        ]
      }
    ],
    "security": {
      "scope": "exec",
      "sandbox": "Spawns a real browser process under the user account. Has full network access; can execute arbitrary JS on pages it visits.",
      "gotchas": [
        "Three browser engines downloaded on first run (~400 MB total) unless pinned.",
        "Downloads and uploads default to the user home directory.",
        "Auto-wait can mask broken pages — combine with explicit assertions."
      ]
    }
  },
  "_links": {
    "html": "https://top-mcps.com/mcp/playwright",
    "markdown": "https://top-mcps.com/mcp/playwright.md",
    "methodology": "https://top-mcps.com/about/methodology"
  }
}
