MCPブラウザの使用
このMCPで達成できること
このプロジェクトの目的は、AI エージェントが Model Context Protocol (MCP) と Selenium を使用して Web の使用、ブラウザの自動化、スクレイピング、自動化を実行できるようにすることです。
私たちの使命は、すべて自然言語の指示に基づいて、AI エージェントが最小限の人間の監督であらゆる Web タスクを完了できるようにすることです。
このMCPの使い方
modelcontextprotocol.io の MCP ドキュメントを参照してください。
MCP設定ファイルが指定するPython環境に、すべての依存関係をインストールする必要があることに注意してください。例えば、 python
またはpython3
実行ファイルを指定している場合は、グローバルPython環境を指定することになります。通常は、次のような仮想環境を指定するのが適切です。
このリポジトリをローカルcode
フォルダーにクローンした場合、MCP 構成ファイルは次のようになります。
そして、それはここにあります (macOS の場合): /Users/janspoerer/Library/Application Support/Claude/claude_desktop_config.json
。
インストールする必要がある依存関係を確認するには、 requirements.txt
を参照してください。
Claude を再起動して、JSON 設定が有効かどうかを確認してください。何か問題がある場合は、Claude が MCP のエラーログを表示します。
セットアップが成功すると、Claude の「新しいチャット」ウィンドウの右下に小さなハンマーアイコンが表示されます。ハンマーの横には、MCP が提供する機能の数が表示されます。
クリックしてハンマーで叩くと、次のようになります。
デモビデオ(YouTube)
This server cannot be installed
local-only server
The server can only run on the client's local machine because it depends on local resources.
自然言語の指示と Selenium を使用して、最小限の監視で AI エージェントが Web 閲覧、自動化、およびスクレイピング タスクを実行できるようにします。
Related MCP Servers
- AsecurityFlicenseAqualityEnables AI agents to interact with web browsers using natural language, featuring automated browsing, form filling, vision-based element detection, and structured JSON responses for systematic browser control.Last updated -146Python
- AsecurityAlicenseAqualityA server that provides web scraping and intelligent content searching capabilities using the Firecrawl API, enabling AI agents to extract structured data from websites and perform content searches.Last updated -52TypeScriptMIT License
- -securityFlicense-qualityEnables AI agents to control web browsers via a standardized interface for operations like launching, interacting with, and closing browsers.Last updated -0JavaScript
- -securityAlicense-qualityAI-driven browser automation server that implements the Model Context Protocol to enable natural language control of web browsers for tasks like navigation, form filling, and visual interaction.Last updated -1PythonMIT License