sendblue browser mcp for Cline
io.github.sendblue-api/sendblue-browser-mcp
Drive a stealth-patched Chromium daemon: navigate, screenshot, eval JS, attach over CDP.
client:Cline
transport:stdio
runtime:npm
Install sendblue browser mcp in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"sendblue-browser-mcp": {
"command": "npx",
"args": [
"-y",
"sendblue-browser-mcp"
],
"env": {
"BROWSER_USE_API_KEY": "<BROWSER_USE_API_KEY>",
"BROWSER_USE_URL": "<BROWSER_USE_URL>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs