@dorothywebb/any-browser-mcp
Version:
Any Browser MCP - Launch Chrome with your actual data in debug mode for comprehensive browser automation
51 lines • 1.32 kB
JSON
{
"browser": {
"type": "chrome",
"debugPort": 9277,
"autoLaunch": false,
"allowLaunch": false,
"useExistingOnly": true,
"endpoint": "http://localhost:9277",
"connectionTimeout": 5000,
"retryAttempts": 3,
"retryDelay": 1000,
"useSeparateInstance": false,
"mcpProfilePath": "./any-browser-mcp-profile-isolated",
"copyUserData": false,
"launchTimeout": 10000,
"confirmDestructiveActions": true
},
"server": {
"strategy": "direct-cdp",
"lazyInitialization": true,
"initializeOnStartup": false,
"connectOnFirstUse": true,
"verbose": false,
"maxConcurrentConnections": 5
},
"features": {
"preventAutoStart": true,
"useExistingTabs": true,
"duplicateUserData": false,
"respectUserBrowser": true,
"separateInstance": false,
"autoLaunchWhenNeeded": false,
"confirmDestructiveActions": true,
"errorRetry": true,
"gracefulFailure": true
},
"safety": {
"neverLaunchBrowser": true,
"requireExistingBrowser": true,
"allowSeparateInstance": false,
"validateConnection": true,
"timeoutConnections": true
},
"paths": {
"chrome": {
"darwin": "/Applications/Google Chrome.app/Contents/MacOS/Google Chrome",
"linux": "google-chrome",
"win32": "chrome.exe"
}
}
}