Drissionpage Browser

v1.0.0Browser Automationstable

基于DrissionPage和FastMCP的浏览器自动化MCP服务器,提供丰富的浏览器操作API供AI调用

drissionpagemcp-server
Share:
217
Stars
0
Downloads
0
Weekly
0/5

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

Automate browser operations using DrissionPage framework.
Execute rich web interactions through FastMCP.
Provide comprehensive browser automation APIs to AI.
wxhzhwxhzh

Maintainer

LicenseMIT
Languagepython
Versionv1.0.0
UpdatedMay 21, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx drissionpagemcp

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

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
1

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 DrissionPageMCP
2

Install 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 fastmcp
3

Configure 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"]
    }
  }
}
4

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.py
5

Reload 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.

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.

Quick Config Preview

{ "mcpServers": { "drissionpagemcp": { "command": "npx", "args": ["-y", "drissionpagemcp"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

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.

33,000+ ServersFree & Open SourceStep-by-Step Guides