Discover and explore Model Context Protocol servers. Find the right integrations for your AI apps and agents.
Loading...
A Model Context Protocol (MCP) server that enables browser automation using Playwright, providing structured accessibility snapshots for LLM interactions with web pages.
Add this to your MCP client configuration:
{
"mcpServers": {
"playwright": {
"command": "npx",
"args": [
"@playwright/mcp@latest"
]
}
}
}{
"id": "playwright",
"name": "Playwright",
"description": "A Model Context Protocol (MCP) server that enables browser automation using Playwright, providing structured accessibility snapshots for LLM interactions with web pages.",
"source_url": "https://github.com/microsoft/playwright-mcp",
"publisher_name": "Microsoft",
"publisher_url": "https://github.com/microsoft",
"is_official": true,
"license": "",
"runtime": "node",
"downloads": 22189124,
"requires_oauth": false,
"distribution": {
"type": "npm",
"package": "@playwright/mcp"
},
"tools_count": 25
}