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.
基本情報
設定
以下の設定を使って、このサーバーを 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.
「ブラウザ自動化」の他のコンテンツ
Browser Control MCP
eyalzhMCP server paired with a browser extension that enables AI agents to control the user's browser.
Scrapling Fetch MCP
cyberchittaHelps AI assistants access text content from bot-protected websites. MCP server that fetches HTML/markdown from sites with anti-automation measures using Scrapling.
BrowserTools MCP
AgentDeskAIMonitor browser logs directly from Cursor and other MCP compatible IDEs.
fetch-mcp
egoistAn MCP server for fetching URLs / Youtube video transcript.
Fetch MCP
jae-jaeMCP server for fetch web page content using Playwright headless browser.
コメント