io.github.dinesh-nalla-se/playwright-mcp
Quality Score
70
/100
Playwright Tools for MCP
§01 Install
Claude Desktop (claude_desktop_config.json)
{
"mcpServers": {
"playwright-mcp": {
"command": "npx",
"args": [
"-y",
"@dinesh-nalla-se/playwright-mcp"
],
"env": {
"YOUR_API_KEY": "<your-your_api_key>"
}
}
}
}Cursor (.cursor/mcp.json)
{
"mcpServers": {
"playwright-mcp": {
"command": "npx",
"args": [
"-y",
"@dinesh-nalla-se/playwright-mcp"
],
"env": {
"YOUR_API_KEY": "<your-your_api_key>"
}
}
}
}Cline (cline_mcp_settings.json)
npx -y @dinesh-nalla-se/playwright-mcpClaude Desktop (Docker)
{
"mcpServers": {
"playwright-mcp": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"docker.io/dineshn51331/playwright-mcp:1.0.0"
],
"env": {
"YOUR_API_KEY": "<your-your_api_key>"
}
}
}
}§02 Environment variables
YOUR_API_KEYrequiredsecret
Your API key for the service
YOUR_API_KEYrequiredsecret
Your API key for the service
§03 MCP Quality Score · methodology
freshness
15
completeness
5
installability
25
documentation
15
stability
10
§04 Alternatives in Browser Automation
ai.smithery/ImRonAI-mcp-server-browserbase
ai.smithery/ImRonAI-mcp-server-browserbase
Automate cloud browsers to navigate websites, interact with elements, and extract structured data.…
ai.smithery/browserbasehq-mcp-browserbase
ai.smithery/browserbasehq-mcp-browserbase
Provides cloud browser automation capabilities using Stagehand and Browserbase, enabling LLMs to i…
com.onkernel/kernel-mcp-server
com.onkernel/kernel-mcp-server
Access Kernel's cloud-based browsers and app actions via MCP (remote HTTP + OAuth).