MCP Server
MCP
Stealth Agent Browser
Stealth Chromium MCP server with hybrid AOM + Set-of-Mark vision and Readability extraction.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "stealth-agent-browser-mcp",
"version": "0.2.0",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{
"value": "-y",
"type": "positional"
},
{
"value": "stealth-agent-browser-mcp",
"type": "positional"
}
],
"environmentVariables": [
{
"description": "Run Chromium headless. Default: true.",
"default": "true",
"name": "SAB_HEADLESS"
},
{
"description": "off | patched | paranoid. Default: patched.",
"default": "patched",
"name": "SAB_STEALTH_LEVEL"
},
{
"description": "Optional proxy URL, e.g. http://host:port.",
"name": "SAB_PROXY_SERVER"
},
{
"description": "Optional proxy username.",
"isSecret": true,
"name": "SAB_PROXY_USERNAME"
},
{
"description": "Optional proxy password.",
"isSecret": true,
"name": "SAB_PROXY_PASSWORD"
},
{
"description": "Persistent browser profile directory.",
"name": "SAB_USER_DATA_DIR"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment