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

コメント

「ブラウザ自動化」の他のコンテンツ