Model Context Protocol (MCP) server configuration and tool manifest for microsoft/playwright-mcp
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"playwright-mcp": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-playwright-mcp"
]
}
}
}