{
  "schema_version": "openagent.agent_resource_packet.v1",
  "id": "res_playwright_mcp",
  "slug": "playwright-mcp",
  "name": "Playwright MCP",
  "canonical_url": "https://www.openagent.bot/plugins/playwright-mcp",
  "category": "plugins",
  "resource_type": "plugin",
  "summary": "Playwright MCP is an open-source Model Context Protocol server from Microsoft that provides AI agents with browser automation capabilities through standardized MCP tools. It enables agents to navigate pages, click elements, fill forms, take screenshots, and run Playwright tests.",
  "capabilities": [
    "plugin",
    "mcp",
    "browser-automation",
    "protocol",
    "connectors",
    "tool-calling"
  ],
  "constraints": [
    "open-source",
    "self-hosted",
    "mcp-compatible"
  ],
  "scenarios": [
    "browser-agent",
    "developer-workflow",
    "self-hosted-ai"
  ],
  "deployment_modes": [
    "self_hosted"
  ],
  "interfaces": [
    "repo",
    "docs",
    "mcp"
  ],
  "integrations": [],
  "permission_surface": [
    "browser",
    "shell/files",
    "memory",
    "external services"
  ],
  "risk_level": "elevated",
  "source_confidence": "high",
  "recommended_workflows": [
    "Browser automation",
    "Coding agent workflow",
    "Connector or protocol layer"
  ],
  "avoid_when": [
    "Teams that need only deterministic testing without AI",
    "Workflows already using browser-use for LLM-native browser control"
  ],
  "primary_actions": [
    "Inspect repository",
    "Read setup docs"
  ],
  "evidence_urls": [
    "https://github.com/microsoft/playwright-mcp",
    "https://github.com/microsoft/playwright-mcp?tab=readme-ov-file#readme"
  ],
  "last_verified_at": "2026-06-24",
  "machine_readable": {
    "json_url": "https://www.openagent.bot/plugins/playwright-mcp.json",
    "markdown_url": "https://www.openagent.bot/plugins/playwright-mcp.md",
    "agent_json_url": "https://www.openagent.bot/plugins/playwright-mcp.agent.json"
  }
}