MCP.so
登录

🤖 MCP Selenium Grid

@Falamarcao

关于 🤖 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! 🚀

基本信息

分类

浏览器自动化

运行时

python

传输方式

stdio

发布者

Falamarcao

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

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

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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

评论

浏览器自动化 分类下的更多 MCP 服务器