Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"playwright-agent": {
"command": "npx",
"args": [
"@playwright/mcp@latest",
"--port",
"8931"
]
}
}
}Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"playwright-agent": {
"command": "npx",
"args": [
"@playwright/mcp@latest",
"--port",
"8931"
]
}
}
}