MCP.so
ログイン

Selenium MCP

@gaforov

Selenium MCP について

Selenium MCP server for AI agents — 39 browser automation tools with page snapshots, selector hints, multi-session, and batched execution.

基本情報

カテゴリ

ブラウザ自動化

ライセンス

MIT

ランタイム

node

公開者

gaforov

投稿者

Said

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "selenium": {
      "command": "npx",
      "args": [
        "-y",
        "@gaforov/selenium-mcp@latest"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Selenium?

Selenium MCP server for AI agents — 38 browser automation tools with page snapshots, selector hints, multi-session, and batched execution.

How to use Selenium?

The README includes setup instructions such as claude mcp add selenium -- npx -y @gaforov/selenium-mcp@latest.

Key features of Selenium

  • Node.js 20+
  • Chrome, Firefox, or Edge installed (Selenium Manager provisions the matching driver automatically)
  • Selector hints — persist working locators per domain so repeat automations get faster and more reliable over time
  • Batched execution — batch_execute runs constrained multi-step sequences in a single tool call, cutting round-trips
  • Multi-session — create, select, list, and destroy parallel browser sessions

Use cases of Selenium

  • Connect an MCP-compatible client to this repository's service.
  • Review the README-backed setup before enabling it in production.

FAQ from Selenium

Where is the source code for Selenium?

The source code is linked from the repository URL on this page.

Does Selenium include a standard MCP config?

If the README contains a parseable MCP configuration block, it is shown in the Config tab.

コメント

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