njoppi2/playwright-mcp-humanized
Platform-specific configuration:
{
"mcpServers": {
"playwright-mcp-humanized": {
"command": "npx",
"args": [
"-y",
"playwright-mcp-humanized"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
A Model Context Protocol (MCP) server that provides browser automation capabilities using Playwright. This server enables LLMs to interact with web pages through structured accessibility snapshots, bypassing the need for screenshots or visually-tuned models.
This package provides MCP interface into Playwright. If you are using a coding agent, you might benefit from using the CLI+SKILLS instead.
<!-- // Generate using: node utils/generate-links.js -->
First, install the Playwright MCP server with your client.
**St
Loading reviews...