➡️ ブラウザ用 mcp サーバー
SSEトランスポートを備えたブラウザ用MCPサーバー
要件
- 紫外線
クイックスタート
- .env には次のものが必要です。
- ブラウザでの使用を強化するために、他の LLM プロバイダーのサポートも追加する予定です (claude、grok、bedrock など)
dockerfile を構築するときに、独自の VNC サーバー パスワードを追加できます。
ツール
- [x] SSE輸送
- [x] browser_use - URLとアクションでブラウザタスクを開始する
- [x] browser_get_result - 非同期ブラウザタスクの結果を取得します
サポートされているクライアント
- カーソル.ai
- クロードデスクトップ
- クロード・コード
- windsurf ( windsurf はまだ SSE をサポートしていません)
使用法
サーバーを実行した後、クライアント UI または mcp.json ファイルにhttp://localhost:8000/sseを追加します。
カーソル
./.cursor/mcp.json
ウィンドサーフィン
~/.codeium/windsurf/mcp_config.json
クロード
~/Library/Application Support/Claude/claude_desktop_config.json
%APPDATA%\Claude\claude_desktop_config.json
LLM に次の質問をしてみてください。
open https://news.ycombinator.com and return the top ranked article
ヘルプ
問題や関心がある場合は、 https://cobrowser.xyzにお問い合わせください。
星
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.
MCP サーバーは、LLM が SSE トランスポートを介してブラウザ タスクを実行できるようにし、Cursor.ai や Claude などのクライアントが Web サイトを開き、自然言語コマンドを使用して Web コンテンツを操作できるようにします。
Related MCP Servers
- AsecurityAlicenseAqualityA simple MCP server that facilitates website fetching through a configurable server platform using stdio or SSE transport, allowing integration with tools like Cursor for streamlined access.Last updated -235PythonMIT License
- AsecurityAlicenseAqualityThis MCP server provides tools for interacting with Cloudflare Browser Rendering, allowing you to fetch and process web content for use as context in LLMs directly from Cline or Claude Desktop.Last updated -510TypeScriptMIT License
- -securityAlicense-qualityAn MCP server that connects any MCP client (like Claude or Cursor) with the browser using browser-use, allowing clients to utilize existing LLMs without requiring additional API keys.Last updated -74PythonApache 2.0
- -securityAlicense-qualityAn MCP server that enables AI assistants to control a web browser through natural language commands, allowing them to navigate websites and extract information via SSE transport.Last updated -648PythonMIT License