by wxhzhwxhzh
基于DrissionPage和FastMCP的浏览器自动化MCP服务器,提供丰富的浏览器操作API供AI调用
# Add to your Claude Code skills
git clone https://github.com/wxhzhwxhzh/DrissionPageMCPGuides for using mcp servers skills like DrissionPageMCP.
Last scanned: 5/30/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-05-30T15:32:54.600Z",
"npmAuditRan": true,
"pipAuditRan": false
}DrissionPageMCP is an open-source mcp servers skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by wxhzhwxhzh. 基于DrissionPage和FastMCP的浏览器自动化MCP服务器,提供丰富的浏览器操作API供AI调用. It has 234 GitHub stars.
Yes. DrissionPageMCP passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/wxhzhwxhzh/DrissionPageMCP" and add it to your Claude Code skills directory (see the Installation section above).
DrissionPageMCP is primarily written in Python. It is open-source under wxhzhwxhzh on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other MCP Servers skills you can browse and compare side by side. Open the MCP Servers category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh DrissionPageMCP against similar tools.
No comments yet. Be the first to share your thoughts!
基于DrissionPage和FastMCP的浏览器自动化MCP服务器,提供丰富的浏览器操作API供AI调用。

DrissionPage MCP 是一个基于 DrissionPage 和 FastMCP 的浏览器自动化MCP server服务器,它提供了一系列强大的浏览器操作 API,让您能够轻松通过AI实现网页自动化操作。


请将以下配置代码粘贴到编辑器的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中的路径\\)uv命令在系统PATH中可用调试
npx -y @modelcontextprotocol/inspector uv run D:\\test10\\DrissionPageMCP\\main.py
或者
mcp dev D:\\test10\\DrissionPageMCP\\main.py
增加 自动上传下载文件功能
增加 网页后台监听数据包的功能