Agent Browser MCP Server
Click on "Install 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: Pilot
セットアップ
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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceA powerful MCP server for browser automation that supports both Playwright and Chrome DevTools Protocol (CDP) with intelligent preprocessing, comprehensive logging, and remote browser management capabilities. Enables users to perform web automation tasks like navigation, content extraction, form interactions, and screenshot capture through natural language.Last updated526MIT
- AlicenseAqualityCmaintenanceA 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.Last updated612332MIT
- 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.Last updated31201MIT
- AlicenseBqualityAmaintenanceBrowser automation MCP server with persistent memory for AI assistants, enabling automated web testing and workflow replay with self-healing selectors.Last updated543MIT
Related MCP Connectors
A paid remote MCP for AI agent browser approval MCP, built to return verdicts, receipts, usage logs,
A paid remote MCP for AI agent browser MCP session, built to return verdicts, receipts, usage logs,
AI-powered browser automation — navigate, click, fill forms, and extract data from any website.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/nocall-corp/agent-browser-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server