BrowserCat MCP ServerServer

browsercat
GitHub
browser automationweb scrapingagent orchestration

Loading subscription status...

💡 Description

A Model Context Protocol server that provides browser automation capabilities using BrowserCat's cloud browser service. This server enables LLMs to interact with web pages, take screenshots, and execute JavaScript in a real browser environment without needing to install browsers locally.

📝 JSON Entries

{
  "mcpServers": [
    {
      "browsercat": {
        "env": {
          "BROWSERCAT_API_KEY": "your-api-key-here"
        },
        "args": [
          "-y",
          "@browsercatco/mcp-server"
        ],
        "command": "npx"
      }
    }
  ]
}

🛠️ Tools

browsercat_navigatebrowsercat_screenshotbrowsercat_clickbrowsercat_hoverbrowsercat_fillbrowsercat_selectbrowsercat_evaluate

Features

  • Cloud-based browser automation
  • No local browser installation required
  • Console log monitoring
  • Screenshot capabilities
  • JavaScript execution
  • Basic web interaction (navigation, clicking, form filling)