Agent360 Browser MCP for Gemini CLI
io.github.agent360dk/browser-mcp
Drive your real, logged-in Chrome from any AI agent - 40 tools. Needs our Chrome extension too.
client:Gemini CLI
transport:stdio
runtime:npm
Install Agent360 Browser MCP in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"browser-mcp": {
"command": "npx",
"args": [
"-y",
"@agent360/browser-mcp"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs