Microsoft Playwright MCP (Official)
Official WebOfficial Microsoft Playwright MCP server enabling LLMs to automate browsers via accessibility tree.
Manual configuration
Add this to your Claude Code settings.json (or .claude/settings.json in your project):
{
"mcpServers": {
"playwright-mcp-microsoft": {
"command": "npx",
"args": [
"-y",
"playwright-mcp-internal"
]
}
}
}