JinsongRoh/pydoll-mcp
If you are the rightful owner of pydoll-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
PyDoll MCP Server is a cutting-edge browser automation tool that leverages the Model Context Protocol (MCP) to provide seamless and intelligent web automation capabilities.
PyDoll MCP Server v1.1.3 is a revolutionary browser automation server that eliminates the need for traditional WebDrivers by utilizing the Chrome DevTools Protocol for direct browser communication. It is designed to bypass modern web protection systems, including captchas, and simulate human-like interactions to avoid detection. The server is compatible with various MCP clients such as Claude, OpenAI, and Gemini, offering a robust solution for automating complex web tasks. With its native async architecture, PyDoll MCP Server ensures fast and concurrent automation processes, making it ideal for data extraction, testing, and monitoring tasks across dynamic and protected websites. The server is also equipped with advanced stealth modes and real-time network control, providing users with the tools needed to navigate and manipulate web environments effectively.
Features
- Zero WebDrivers: Direct browser communication via Chrome DevTools Protocol.
- AI-Powered Captcha Bypass: Automatic solving of Cloudflare Turnstile and reCAPTCHA v3.
- Human Behavior Simulation: Undetectable interactions that fool sophisticated anti-bot systems.
- Native Async Architecture: Lightning-fast concurrent automation.
- Advanced Stealth Mode: Anti-detection techniques that make automation invisible.
Usages
usage with Claude Desktop
{ "mcpServers": { "pydoll": { "command": "python", "args": ["-m", "pydoll_mcp.server"], "env": { "PYDOLL_LOG_LEVEL": "INFO" } } } }
usage with Docker
bash docker run -d --name pydoll-mcp -p 8080:8080 jinsongroh/pydoll-mcp:latest
Tools
start_browser
Launch Chrome/Edge with advanced configuration.
navigate_to
Smart URL navigation with load detection.
find_element
Revolutionary natural attribute finding.
take_screenshot
Full page capture with options.
bypass_cloudflare
Automatic Turnstile solving.