1. run_browser_agent
Executes a browser automation task based on natural language instructions and waits for it to complete.
2. run_deep_research
Performs in-depth web research on a topic, generates a report, and waits for completion.
AI-driven browser automation server implementing the Model Context Protocol (MCP) for natural language browser control and web research with CLI access.
{
"mcpServers": {
"browser-use": {
"command": "uvx",
"args": ["mcp-server-browser-use@latest"],
"env": {
"MCP_LLM_GOOGLE_API_KEY": "YOUR_KEY_HERE_IF_USING_GOOGLE",
"MCP_LLM_PROVIDER": "google",
"MCP_LLM_MODEL_NAME": "gemini-2.5-flash-preview-04-17",
"MCP_BROWSER_HEADLESS": "true"
}
}
}
}