Back to MCP Servers
Playwright Plus Python
An MCP python server using Playwright for browser automation,more suitable for llm
browser-automationpythonbrowserautomationllm
Installation
npx -y playwright-plus-python-mcpConfiguration
{
"mcpServers": {
"playwright-plus-python-mcp": {
"command": "npx",
"args": ["-y", "playwright-plus-python-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes