GitHub Stats

    Stars

    2

    Forks

    6

    Release Date

    6/2/2025

    about a month ago

    Detailed Description

    browsercat mcp server

    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.

    components

    tools

    • browsercat_navigate
      • navigate to any url in the browser
      • input: url (string)
    • browsercat_screenshot
      • capture screenshots of the entire page or specific elements
      • inputs:
        • name (string, required): name for the screenshot
        • selector (string, optional): css selector for element to screenshot
        • width (number, optional, default: 800): screenshot width
        • height (number, optional, default: 600): screenshot height
    • browsercat_click
      • click elements on the page
      • input: selector (string): css selector for element to click
    • browsercat_hover
      • hover elements on the page
      • input: selector (string): css selector for element to hover
    • browsercat_fill
      • fill out input fields
      • inputs:
        • selector (string): css selector for input field
        • value (string): value to fill
    • browsercat_select
      • select an option from a dropdown menu
      • inputs:
        • selector (string): css selector for select element
        • value (string): value to select
    • browsercat_evaluate
      • execute javascript in the browser console
      • input: script (string): javascript code to execute

    resources

    the server provides access to two types of resources:

    1. console logs (console://logs)
      • browser console output in text format
      • includes all console messages from the browser
    2. screenshots (screenshot://<name>)
      • png images of captured screenshots
      • accessible via the screenshot name specified during capture

    key features

    • cloud-based browser automation
    • no local browser installation required
    • console log monitoring
    • screenshot capabilities
    • javascript execution
    • basic web interaction (navigation, clicking, form filling)

    configuration to use browsercat mcp server

    environment variables

    the browsercat mcp server requires the following environment variable:

    • browsercat_api_key: your browsercat api key (required). you can get one for free at https://browsercat.xyz/mcp.

    npx configuration

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

    license

    this mcp server is licensed under the mit license. this means you are free to use, modify, and distribute the software, subject to the terms and conditions of the mit license. for more details, please see the license file in the project repository.

    About the Project

    This app has not been claimed by its owner yet.

    Claim Ownership

    Receive Updates

    Security Updates

    Get notified about trust rating changes

    to receive email notifications.