@stemado/scout-mcp
v1.8.1
Published
MCP server for browser automation with anti-detection. Scout pages, find elements, interact with websites, and monitor network traffic.
Maintainers
Readme
@stemado/scout-mcp
MCP server for browser automation with anti-detection. Scout pages, find elements, interact with websites, and monitor network traffic — from any AI client that supports the Model Context Protocol.
Built on botasaurus-driver for automatic fingerprint evasion and stealth browsing.
Quick Start
npx -y @stemado/scout-mcpConfigure Your AI Client
Add to your MCP server configuration:
{
"mcpServers": {
"scout": {
"command": "npx",
"args": ["-y", "@stemado/scout-mcp"]
}
}
}Works with Claude Desktop, Cursor, Windsurf, Continue, and any MCP-compatible client.
Prerequisites: Python 3.11+, Google Chrome, and either uv (recommended) or pipx.
For full documentation, see the GitHub repository.
