Agent Browser MCP Server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Agent Browser MCP Serveropen https://news.ycombinator.com and summarize the top headlines"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Agent Browser MCP Server
Vercel上でホストされたブラウザ自動化MCPサーバーです。Cursor AgentsやローカルCursorからブラウザ操作を実行できます。
機能
browser_open- URLを開いて新しいセッションを開始(Basic認証対応)browser_snapshot- ページのアクセシビリティスナップショットを取得browser_click- 要素をクリックbrowser_fill- フォームフィールドに値を入力browser_type- テキストをタイプ(人間らしい入力)browser_get_text- 要素からテキストを取得browser_screenshot- スクリーンショットを撮影browser_wait- 要素が表示されるまで待機browser_press_key- キーを押すbrowser_close- セッションを終了
Related MCP server: Scout
セットアップ
1. 環境変数
Vercelダッシュボードで以下の環境変数を設定:
変数名 | 説明 | 必須 |
| MCP認証トークン | Yes |
| Browserless.io APIトークン | Yes |
| Vercel KV URL | Yes |
| Vercel KV Token | Yes |
2. Browserless.io
Browserless.ioでアカウントを作成し、APIトークンを取得してください。
3. Vercel KV
Vercelダッシュボードでプロジェクトに「KV」ストレージを追加してください。
使用例
Basic認証が必要なサイトを開く
Basic認証で保護されたサイトにアクセスする場合は、basic_authパラメータを指定します:
```json { "jsonrpc": "2.0", "id": 1, "method": "tools/call", "params": { "name": "browser_open", "arguments": { "url": "https://protected-site.example.com", "basic_auth": { "username": "your-username", "password": "your-password" } } } } ```
認証情報はセッションに保存されるため、同じセッションIDを使う後続の操作でも認証が維持されます。
Cursor Agents での使用方法
リポジトリの .cursor/mcp.json に以下を追加:
```json { "mcpServers": { "agent-browser": { "url": "https://agent-browser-mcp-server.vercel.app/mcp", "headers": { "Authorization": "Bearer ${env:AGENT_BROWSER_MCP_AUTH_TOKEN}" } } } } ```
そして、Cursor Dashboard の Cloud Agents → Secrets で AGENT_BROWSER_MCP_AUTH_TOKEN を登録してください。
セッション管理
セッションには以下が含まれます:
Cookie
localStorage
現在のURL
Basic認証情報
セッションは15分間有効です。
ライセンス
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
Stealth web automation for AI agents. Login, signup, navigate, screenshot.
Stealth web automation for AI agents. Login, signup, navigate, screenshot.
Stealth web browser for agents: search, fetch, click, download and type in persistent MCP sessions.
Undetectable cloud browser sessions for AI agents and scrapers. Navigate, extract, click, captcha.
Related MCP Servers
- AlicenseAqualityAmaintenanceA high-performance browser automation MCP server that provides AI agents with a fast, persistent Chromium instance via Playwright. It features reference-based element interaction, snapshot diffing, and manual handoff capabilities to handle complex tasks like CAPTCHAs.6111 npm32MIT
- AlicenseBqualityCmaintenanceBrowser MCP server that connects to your existing browser, preserving sessions, passwords, and extensions, enabling AI agents to interact with web pages without bot detection.317 npm1MIT
- AlicenseBqualityCmaintenanceBrowser automation MCP server with persistent memory for AI assistants, enabling automated web testing and workflow replay with self-healing selectors.543MIT
- AlicenseNot gradedqualityCmaintenanceAn MCP server that enables AI agents to automate browser interactions using Playwright and Cloudflare Workers, supporting tasks like navigation, clicking, typing, and screenshots.4,799 npmApache 2.0