DrissionPageMCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@DrissionPageMCPOpen https://example.com and take a screenshot."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
DrissionPage MCP Server -- 骚神出品
基于DrissionPage和FastMCP的浏览器自动化MCP服务器,提供丰富的浏览器操作API供AI调用。
项目简介

DrissionPage MCP 是一个基于 DrissionPage 和 FastMCP 的浏览器自动化MCP server服务器,它提供了一系列强大的浏览器操作 API,让您能够轻松通过AI实现网页自动化操作。
主要特性
支持浏览器的打开、关闭和连接管理
提供丰富的页面元素操作方法
支持 JavaScript 代码执行
支持 CDP 协议操作
提供便捷的文件下载功能
支持键盘按键模拟
支持页面截图功能
增加 网页后台监听数据包的功能
增加自动上传下载文件功能
Python要求
Python >= 3.9
pip(最新版本)
uv (最新版本)
浏览器要求
Chrome 浏览器(推荐 90 及以上版本)
必需的Python包
drissionpage >= 4.1.0.18
fastmcp >= 2.4.0
uv
Related MCP server: DrissionPage MCP Server
安装说明
把本仓库git clone到本地,核心文件是main.py:
首先要进行💖MCP安装环境准备工作
安装到Cursor编辑器

安装到vscode编辑器

请将以下配置代码粘贴到编辑器的mcpServers设置中(请填写你自己电脑上 main.py 文件的绝对路径):
{
"mcpServers": {
"DrissionPageMCP": {
"type": "stdio",
"command": "uv",
"args": ["--directory", "D:\\test10\\DrissionPageMCP", "run", "main.py"]
}
}
}新增mcp配置 ,填写下面的配置:
"DrissionPageMCP": {
"type": "stdio",
"command": "uv",
"args": ["--directory", "D:\\test10\\DrissionPageMCP", "run", "main.py"]
} 注意事项:
请根据实际路径修改
args中的路径Windows中路径中的反斜杠需要转义(使用
\\)确保
uv命令在系统PATH中可用
调试命令
调试
npx -y @modelcontextprotocol/inspector uv run D:\\test10\\DrissionPageMCP\\main.py或者
mcp dev D:\\test10\\DrissionPageMCP\\main.py更新日志
v0.1.3
增加 自动上传下载文件功能
v0.1.2
增加 网页后台监听数据包的功能
v0.1.0
初始版本发布
实现基本的浏览器控制功能
提供元素操作 API
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceAn MCP server providing robust browser automation tools for AI assistants, including page navigation, element interaction, and screenshot capabilities. It leverages the DrissionPage library to enable standardized DOM analysis, network monitoring, and complex web task automation.Last updated17MIT
- AlicenseBqualityAmaintenanceA professional browser automation server that enables MCP clients to perform structured web navigation, element interaction, and data extraction using the DrissionPage framework. It features 14 deterministic tools optimized for LLMs to automate web workflows efficiently without relying on vision-based models.Last updated53411Apache 2.0
- Alicense-qualityFmaintenance基于 DrissionPage 的模型上下文协议 (MCP) 服务,为 AI 助手提供强大的浏览器自动化能力。Last updated24MIT
- Flicense-qualityDmaintenanceEnables AI to control browsers via natural language for web automation, testing, and data scraping. Supports Chrome-based browsers and integrates with any MCP-compatible AI tool.Last updated2
Related MCP Connectors
AI-powered browser automation — navigate, click, fill forms, and extract data from any website.
Provides cloud browser automation capabilities using Stagehand and Browserbase, enabling LLMs to i…
Live browser debugging for AI assistants — DOM, console, network via MCP.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/wxhzhwxhzh/DrissionPageMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server