ブラウザ使用MCPサーバー
AI エージェントがbrowser-useを使用して Web ブラウザーを制御できるようにする MCP サーバー。
🔗 複数のMCPサーバーを管理していますか?エージェントブラウザで開発ワークフローを簡素化しましょう
前提条件
- uv - 高速な Python パッケージ マネージャー
- Playwright - ブラウザ自動化
- mcp-proxy - stdio モードに必要
環境
.env
ファイルを作成します。
インストール
使用法
SSEモード
stdioモード
クライアント構成
SSEモードクライアント構成
stdioモードクライアント構成
設定場所
クライアント | 構成パス |
---|---|
カーソル | ./.cursor/mcp.json |
ウィンドサーフィン | ~/.codeium/windsurf/mcp_config.json |
クロード(マック) | ~/Library/Application Support/Claude/claude_desktop_config.json |
クロード(Windows) | %APPDATA%\Claude\claude_desktop_config.json |
特徴
- [x]ブラウザ自動化:AIエージェントによるブラウザ制御
- [x]デュアルトランスポート: SSEとstdioプロトコルの両方をサポート
- [x] VNCストリーミング:ブラウザの自動化をリアルタイムで見る
- [x]非同期タスク:ブラウザ操作を非同期に実行する
地域開発
パッケージをローカルで開発およびテストするには:
- 配布可能なホイールを構築する:
- グローバル ツールとしてインストールします。
- 任意のディレクトリから実行します:
- 変更を加えた後、再構築して再インストールします。
ドッカー
Docker を使用すると、サーバーを実行するための一貫性のある分離された環境が提供されます。
注: ボリュームマウント ( -v
) の:ro
フラグにより、コンテナ内のパスワード ファイルが読み取り専用になり、セキュリティが強化されます。
VNCビューア
デフォルトのパスワード: browser-use
(カスタム パスワード メソッドを使用して上書きされない限り)
例
AIに聞いてみてください:
サポート
問題やお問い合わせについては、 cobrowser.xyz までお問い合わせください。
スターの歴史
This server cannot be installed
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
AI アシスタントが自然言語コマンドを通じて Web ブラウザを制御し、Web サイトをナビゲートして SSE トランスポート経由で情報を抽出できるようにする MCP サーバー。
Related MCP Servers
- -securityAlicense-qualityAn MCP server that helps AI assistants access text content from websites that implement bot detection, bridging the gap between what you can see in your browser and what the AI can access.Last updated -1PythonApache 2.0
- -securityFlicense-qualityAn MCP server that enables AI assistants to access and interact with Google Classroom data, allowing users to view courses, course details, and assignments through natural language commands.Last updated -5081JavaScript
- -securityFlicense-qualityAn MCP server that connects AI assistants to SearchAgora, enabling users to search for, discover, and purchase products across the web through natural language conversations.Last updated -1Python
- -securityFlicense-qualityA MCP server that allows AI assistants to interact with the browser, including getting page content as markdown, modifying page styles, and searching browser history.Last updated -5TypeScript