Drissionpage Browser
基于DrissionPage和FastMCP的浏览器自动化MCP服务器,提供丰富的浏览器操作API供AI调用
What is Drissionpage Browser?
Drissionpage Browser is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to 基于drissionpage和fastmcp的浏览器自动化mcp服务器,提供丰富的浏览器操作api供ai调用
基于DrissionPage和FastMCP的浏览器自动化MCP服务器,提供丰富的浏览器操作API供AI调用
This server falls under the Browser Automation category on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- 基于DrissionPage和FastMCP的浏览器自动化MCP服务器,提供丰富的浏览器操作API供AI调用
Use Cases
Maintainer
Works with
Installation
Manual Installation
npx drissionpagemcpConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use Drissionpage Browser
DrissionPage MCP Server is a browser automation server built on the DrissionPage Python library and FastMCP, exposing a rich set of browser control APIs that AI agents can call via the Model Context Protocol. It supports opening and closing browser sessions, navigating pages, manipulating DOM elements, executing JavaScript, intercepting network data packets using the Chrome DevTools Protocol, taking screenshots, simulating keyboard input, and handling file uploads and downloads. It is designed for AI-driven web automation tasks where you need more control than standard Playwright or Selenium wrappers.
Prerequisites
- Python 3.9 or higher
- Chrome browser version 90 or newer installed on the system
- uv package manager for running the server (pip install uv or via installer)
- drissionpage>=4.1.0.18 and fastmcp>=2.4.0 Python packages
- An MCP-compatible client such as Claude Desktop, Cursor, or VS Code with MCP support
Clone the repository
Clone the DrissionPageMCP repository to a local directory. Note the full path because you will need it in the MCP configuration.
git clone https://github.com/wxhzhwxhzh/DrissionPageMCP.git
cd DrissionPageMCPInstall Python dependencies
Install the required Python packages using pip or uv. The two core dependencies are drissionpage and fastmcp.
pip install drissionpage fastmcp
# or with uv:
uv pip install drissionpage fastmcpConfigure the MCP client to launch the server
Add the server to your MCP client settings. Replace PATH_TO_DRISSIONPAGEMCP with the absolute path where you cloned the repository. On Windows, escape backslashes.
{
"mcpServers": {
"DrissionPageMCP": {
"type": "stdio",
"command": "uv",
"args": ["--directory", "/absolute/path/to/DrissionPageMCP", "run", "main.py"]
}
}
}Verify the server starts correctly
Test the server using the MCP Inspector or the mcp dev command before connecting a production client.
npx -y @modelcontextprotocol/inspector uv run /absolute/path/to/DrissionPageMCP/main.py
# or:
mcp dev /absolute/path/to/DrissionPageMCP/main.pyReload your MCP client and confirm available tools
Restart Cursor, Claude Desktop, or VS Code with MCP support. The DrissionPageMCP tools for browser control, element interaction, screenshot, and network listening should appear in the available tools list.
Drissionpage Browser Examples
Client configuration
Cursor or VS Code MCP settings configuration. Adjust the directory path to match your local clone location.
{
"mcpServers": {
"DrissionPageMCP": {
"type": "stdio",
"command": "uv",
"args": [
"--directory",
"/Users/yourname/DrissionPageMCP",
"run",
"main.py"
]
}
}
}Prompts to try
These prompts work once DrissionPageMCP is connected and Chrome is accessible on the system.
- "Open Chrome, navigate to https://example.com, and take a screenshot"
- "Click the login button and fill in the username and password fields"
- "Execute this JavaScript on the current page and return the result"
- "Listen for network requests on the current page and capture the API response for /api/data"
- "Download the CSV file linked on this page to my Downloads folder"Troubleshooting Drissionpage Browser
Server fails to start with 'Chrome not found' error
DrissionPage auto-detects Chrome by looking in standard installation paths. If Chrome is installed in a non-standard location, set the browser path explicitly in the DrissionPage configuration or install Chrome to the default location.
uv command not found when starting the server
Install uv using the official installer: curl -LsSf https://astral.sh/uv/install.sh | sh (macOS/Linux) or the PowerShell equivalent on Windows. Then restart your terminal and MCP client.
Windows path errors in MCP config
On Windows, use double backslashes in the directory path within the JSON config, for example: "C:\\Users\\yourname\\DrissionPageMCP". Alternatively use forward slashes which also work on Windows in most contexts.
Frequently Asked Questions about Drissionpage Browser
What is Drissionpage Browser?
Drissionpage Browser is a Model Context Protocol (MCP) server that 基于drissionpage和fastmcp的浏览器自动化mcp服务器,提供丰富的浏览器操作api供ai调用 It connects AI assistants to external tools and data sources through a standardized interface.
How do I install Drissionpage Browser?
Follow the installation instructions on the Drissionpage Browser GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.
Which AI clients work with Drissionpage Browser?
Drissionpage Browser works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is Drissionpage Browser free to use?
Yes, Drissionpage Browser is open source and available under the MIT license. You can use it freely in both personal and commercial projects.
Drissionpage Browser Alternatives — Similar Browser Automation Servers
Looking for alternatives to Drissionpage Browser? Here are other popular browser automation servers you can use with Claude, Cursor, and VS Code.
Chrome DevTools MCP
★ 40.6kAI-powered Chrome automation server with natural language element detection. Control Chrome browser through MCP protocol for testing, debugging, and performance analysis. Features 91% accuracy in element location, works with free AI models, and suppo
UI TARS Desktop
★ 34.9k📇 🏠 - Browser automation capabilities using Puppeteer, both support local and remote browser connection.
Playwright
★ 32.8kA production-ready browser automation server that enables AI assistants to interact with web pages using tools for navigation, element interaction, and data extraction. It features a built-in Inspector UI and robust crash recovery for reliable automa
Page Agent
★ 18.0kJavaScript in-page GUI agent. Control web interfaces with natural language.
Chrome
★ 11.7kAn extension-based MCP server that enables AI assistants to control your browser, leveraging existing sessions and login states for automation and content analysis. It provides over 20 tools for semantic tab search, interactive element manipulation,
LAMDA
★ 7.8kThe most powerful Android RPA agent framework, next generation mobile automation.
Browse More Browser Automation MCP Servers
Explore all browser automation servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.
Set Up Drissionpage Browser in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
Ready to use Drissionpage Browser?
Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.