MCP.so
Sign In

πŸ€– MCP Selenium Grid

@Falamarcao

About πŸ€– MCP Selenium Grid

(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! πŸš€

Basic information

Category

Browser Automation

Runtime

python

Transports

stdio

Publisher

Falamarcao

Config

Add this server to your MCP-compatible client using the configuration below.

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

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is πŸ€– MCP Selenium Grid?

A Model Context Protocol (MCP) server that enables AI Agents to request and manage Selenium browser instances through a secure API, designed for automated browser testing.

How to use πŸ€– MCP Selenium Grid?

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).

Key features of πŸ€– MCP Selenium Grid

  • 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.

Use cases of πŸ€– MCP Selenium Grid

  • Automated browser testing via AI Agents.
  • Secure management of Selenium browser instances.

FAQ from πŸ€– MCP Selenium Grid

β€”

Comments

More Browser Automation MCP servers