隐形浏览器 MCP 服务器
一个MCP(模型上下文协议)服务器,使用 Playwright 和反检测技术提供隐身浏览器功能。该服务器允许 MCP 客户端导航到网站并截取屏幕截图,同时规避常见的机器人检测系统。
特征
隐身模式:使用puppeteer-extra-plugin-stealth和playwright-extra来绕过机器人检测
修改浏览器指纹,使其显示为常规用户流量
处理 WebGL、画布、字体、插件和其他浏览器指纹技术
截图工具:截取任何网站的整页或特定元素的截图
支持无头(默认)和可见浏览器模式
MCP 集成:通过模型上下文协议公开浏览器功能
安装
用法
可用工具
截屏
使用隐形浏览器截取网页截图。
参数:
url(字符串,必需):要导航到的 URLfullPage(布尔值,可选,默认值:true):是否捕获整个页面selector(字符串,可选):CSS 选择器仅捕获特定元素headless(布尔值,可选,默认值:true):是否以无头模式或可见浏览器模式运行
技术细节
该项目使用:
FastMCP用于 MCP 服务器实现
浏览器自动化的Playwright
playwright-extra用于插件支持
puppeteer-extra-plugin-stealth用于避免机器人检测
该项目是使用Bun构建的,Bun 是一个快速的一体化 JavaScript 运行时。
local-only server
The server can only run on the client's local machine because it depends on local resources.
使用带有反检测技术的 Playwright 提供隐形浏览器功能,允许 MCP 客户端浏览网站和截取屏幕截图,同时逃避常见的机器人检测系统。
Related Resources
Related MCP Servers
- Asecurity-licenseAqualityA MCP server that provides browser automation tools, allowing users to navigate websites, take screenshots, click elements, fill forms, and execute JavaScript through Playwright.Last updated -81Apache 2.0
 - Asecurity-licenseAqualityPlaywright wrapper for MCP that enables LLM-powered clients to control a browser for automation tasks.Last updated -101
 - Asecurity-licenseAqualityA browser automation server providing Playwright capabilities for controlling web browsers, capturing screenshots, extracting content, and performing complex interactions through an MCP interface.Last updated -6Apache 2.0
 - -security-license-qualityA service that provides Playwright browser automation functionality through Model Context Protocol (MCP), allowing clients to use Playwright features via SSE connections.Last updated -6