MCPサーバー
シンプルな API を通じてブラウザ自動化機能を提供する MCP (マシン コントロール プロトコル) サーバー。
説明
このサーバーは、自然言語コマンドを使用してブラウザ自動化タスクを実行できるAPIエンドポイントを作成します。このサーバーは以下のものを使用します。
- FastMCP :シンプルなAPIサーバーを作成する
- browser-use : ブラウザ自動化機能用
- OpenAIのGPTモデル:自然言語コマンドを解釈する
前提条件
- Python 3.11以上
- 依存管理のための詩
- OpenAI APIキー
設定
1. 依存関係をインストールする
2. 環境変数を設定する
ルート ディレクトリに次の.env
ファイルを作成します。
走る
サーバーは、デフォルト ポートで SSE (Server-Sent Events) トランスポートを使用して起動します。
特徴
ブラウザ自動化
自然言語を使用してブラウザ自動化タスクを実行するには、 /run_browser_task
エンドポイントを使用します。例:
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
OpenAI の GPT モデルを使用して Web タスクを実行するための自然言語コマンドを解釈する API エンドポイントを通じてブラウザ自動化機能を提供します。
Related Resources
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 -149Python
- AsecurityAlicenseAqualityAI-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 -11PythonMIT License
- -securityFlicense-qualityEnables AI assistants to control a browser through a set of tools, allowing them to perform web automation tasks like navigation, typing, clicking, and taking screenshots.Last updated -TypeScript
- -securityFlicense-qualityEnables AI assistants to control a browser through a set of tools, allowing them to perform web automation tasks like navigation, typing, clicking, and taking screenshots.Last updated -TypeScript