mcp-server-browser-use-ollama

mcp-server-browser-use-ollama

3.4

Browser Use MCP is a powerful browser automation and control system that enables AI agents to interact with web browsers through the Model Context Protocol (MCP).

Browser Use MCP is designed to facilitate seamless interaction between AI agents and web browsers using the Model Context Protocol (MCP). It is optimized for use with Ollama local models, ensuring secure and efficient browser automation. The system supports direct browser manipulation, advanced DOM management, and includes a sophisticated AI agent system for message management and service orchestration. With built-in telemetry for system monitoring and a modular architecture, it allows for custom actions and features, making it highly extensible.

Features

  • MCP Integration: Full support for Model Context Protocol, enabling structured communication between AI models and browser automation.
  • Ollama Model Support: Optimized for local AI models running through Ollama.
  • Browser Control: Direct browser manipulation and automation with screenshot capabilities.
  • DOM Management: Advanced DOM tree building and processing.
  • AI Agent System: Sophisticated message management and service orchestration.

Usage with Different Platforms

Claude Desktop Integration


{
  "mcpServers": {
    "browser-use": {
      "command": "/path/to/.venv/bin/python",
      "args": [
        "/path/to/server.py"
      ]
    }
  }
}

Other MCP Clients


{
  "command": "python",
  "arguments": ["-m", "browser_use.mcp_server"],
  "environment_variables": {
    "OLLAMA_HOST": "http://localhost:11434",
    "BROWSER_HEADLESS": "false",
    "SCREENSHOT_DIR": "./screenshots"
  }
}