Browser Automation MCP ServerServer

grapheneaffiliate
GitHub
browser automationAI agentsweb control

Loading subscription status...

💡 Description

This is a Model Context Protocol (MCP) server that provides browser automation capabilities to Roo Code, allowing AI agents to control web browsers through a standardized interface.

📝 JSON Entries

{
  "mcpServers": [
    {
      "browser": {
        "env": {},
        "args": [
          "path/to/browser-server/build/index.js"
        ],
        "command": "node"
      }
    }
  ]
}

🛠️ Tools

launch_browserclicktypescrollclose_browser

Features

  • Browser control (launch, close)
  • Mouse operations (click at coordinates)
  • Keyboard input (text input)
  • Page navigation (scroll)
  • Fixed viewport size (900x600)

💬 Example Queries

  • Automate a browsing session to retrieve data from specified URLs.
  • Click on specific elements on a webpage.
  • Fill out online forms using AI.