πŸ€– MCP Selenium Grid

by Falamarcao

374 downloads
Not rated
GitHub

About

(DO NOT USE, NOT READY) A Model Context Protocol (MCP) server that enables AI Agents to request and manage Selenium browser instances through a secure API. Perfect for your automated browser testing needs! πŸš€

Details

Author
Falamarcao
Downloads
374
Categories
Automation

- Enables AI Agents to manage Selenium browser instances.
- Provides a secure API for browser automation.
- Integrates with Docker and Kubernetes (K3s).
- Uses uv for dependency management and installation.
- Includes unit, integration, and e2e test support.

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name πŸ€– MCP Selenium Grid
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Clone the repository, create a virtual environment with uv, install dependencies, and start the development server with uv run fastapi dev src/app/main.py. Run tests with uv run pytest -m unit (or integration/e2e markers).

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "\ud83e\udd16 mcp selenium grid": {
            "mcp-selenium-grid": {
                "command": "uv",
                "args": [
                    "venv"
                ]
            }
        }
    }
}

McpServers

{
    "mcp-selenium-grid": {
        "command": "uv",
        "args": [
            "venv"
        ]
    }
}

πŸ€– MCP Selenium Grid

A Model Context Protocol (MCP) server that enables AI Agents to request and manage Selenium browser instances through a secure API. Perfect for your automated browser testing needs! πŸš€

πŸš€ Quick Start

1. Prerequisites

Make sure you have the following installed:

- uv (Python package/dependency manager)
- Docker
- K3s (for Kubernetes deployment)
- kubectl

2. Setup - (using .python-version)

```bash

No reviews yet β€” be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.