DrissionPage MCP Server
DrissionPage MCP server enabling AI agents to control browsers and scrape web content using DrissionPage — a Python browser automation library that combines Selenium and requests — enabling both JavaScript-rendered page access and lightweight HTTP requests for comprehensive web automation workflows.
Score Breakdown
⚙ Agent Friendliness
🔒 Security
Local browser. No credentials. Community MCP. Respect ToS.
⚡ Reliability
Best When
An agent needs flexible browser automation combining Selenium-style control with HTTP fallback — particularly useful for Chinese sites and complex SPAs that resist simpler scrapers.
Avoid When
You need simple HTTP-only scraping or prefer the more established Playwright/Puppeteer ecosystem.
Use Cases
- • Automating browser interactions for complex web scraping from data extraction agents
- • Handling JavaScript-rendered pages with authentication from research agents
- • Filling forms and interacting with web UIs from automation agents
- • Extracting data from dynamic single-page applications from data pipeline agents
- • Testing web application workflows from QA automation agents
- • Hybrid scraping — HTTP for static pages, browser for dynamic from efficiency agents
Not For
- • Simple static HTML scraping (use requests-based scrapers instead)
- • Large-scale distributed crawling (this is single-browser automation)
- • Teams preferring Playwright or Puppeteer MCP servers
Interface
Authentication
No authentication for MCP server. Browser runs locally. Target sites may require login handled through browser automation.
Pricing
DrissionPage and MCP server are free open source. Local browser automation.
Agent Metadata
Known Gotchas
- ⚠ Chrome/Chromium must be installed — browser dependency
- ⚠ Documentation primarily in Chinese — English documentation limited
- ⚠ Community MCP from individual contributor — niche tool in China ecosystem
- ⚠ Browser automation is inherently fragile to site layout changes
- ⚠ Anti-bot detection systems can block DrissionPage sessions
- ⚠ Respect robots.txt and site ToS when automating browsers
Alternatives
Full Evaluation Report
Detailed scoring breakdown, competitive positioning, security analysis, and improvement recommendations for DrissionPage MCP Server.
Scores are editorial opinions as of 2026-03-06.