A MCP Server that provides browser access through playwright with "stealth mode" enabled.
更新时间:2025-03-05 19:21:22
Stealth Browser MCP Server is an implementation of the Model Context Protocol (MCP) designed to provide stealth browsing capabilities. It leverages Playwright and various anti-detection techniques to allow clients to navigate websites and capture screenshots without being detected as bots.
To use the Stealth Browser MCP Server, first install the required dependencies using `bun install`. Start the server with `bun start` for production or `bun dev` for development mode. You can inspect available tools with `bun inspect`.
- Q: What is the default mode for screenshots? A: The default mode is headless, but you can specify visible mode if needed. - Q: How does the Stealth Mode work? A: It modifies browser fingerprints and handles various detection techniques to appear as regular user traffic.