MCP Browser Tool
Allows performing web searches using Brave Search, returning search results for AI agents.
Allows performing web searches using DuckDuckGo, returning search results for AI agents.
Allows performing web searches using Mojeek, returning search results for AI agents.
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., "@MCP Browser Toolsearch for latest AI research papers on DuckDuckGo"
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.
MCP Browser Tool
Alat browser otomatis berbasis Playwright untuk AI Agent yang memungkinkan agent melakukan pencarian web, navigasi, scraping, dan otomatisasi halaman melalui protokol Model Context Protocol (MCP).
Fitur
Pencarian Web - Cari informasi dari berbagai mesin pencari (DuckDuckGo, Bing, Brave, Mojeek)
Navigasi Halaman - Buka URL, scroll, back/forward, refresh halaman
Scraping Konten - Ambil teks, HTML, screenshot, tabel, dan JSON-LD dari halaman
Interaksi Halaman - Klik elemen, ketik teks, tekan tombol keyboard, upload file
Manajemen Tab - Buka, tutup, dan pindah antar tab browser (maks. 8 tab)
Session Management - Simpan dan muat session browser (termasuk cookies & localStorage)
Anti Deteksi - Stealth mode untuk menghindari deteksi bot
Network Monitoring - Tangkap dan filter request/response API
Related MCP server: Rod MCP Server
Cara Penggunaan
Prasyarat
Node.js 18+
Playwright browser binaries (install dengan
npx playwright install chromium)
Instalasi
npm install
npx playwright install chromium
npm run buildMenjalankan
npm startAtau untuk development:
npm run devKonfigurasi MCP
Tambahkan ke konfigurasi MCP client (seperti Claude Desktop, Zed, Nalar, dll.):
{
"mcpServers": {
"browser-tool": {
"command": "node",
"args": ["/path/to/mcp-browser-tool/dist/index.js"]
}
}
}Opsi CLI
Argumen | Deskripsi |
| Tentukan direktori untuk menyimpan session browser (default: |
| Tentukan direktori untuk menyimpan file download (default: |
Contoh dengan direktori kustom:
{
"mcpServers": {
"browser-tool": {
"command": "node",
"args": [
"/path/to/mcp-browser-tool/dist/index.js",
"--sessions-dir", "/path/ke/sessions",
"--downloads-dir", "/path/ke/downloads"
]
}
}
}Catatan: Secara default, direktori
sessions/dandownloads/dibuat di dalam foldermcp-browser-toolitu sendiri — bukan di current working directory (CWD) proses. Ini mencegah polusi direktori di project lain saat MCP server dijalankan.
Lisensi
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 Model Context Protocol server that enables AI assistants to interact with web pages through browser automation, supporting web scraping, form filling, navigation, and other browser-based tasks using Playwright.Last updated1MIT
- Alicense-qualityCmaintenanceBrowser automation for AI agents via the Model Context Protocol, enabling web navigation, form filling, screenshots, and more using Chromium.Last updatedMIT
- Alicense-qualityCmaintenanceEnables AI agents to control a web browser using Playwright, supporting navigation, interaction, and data extraction through natural language.Last updatedMIT
- Flicense-qualityDmaintenanceEnables AI-powered browser automation controlled through natural language, integrating Playwright with the Model Context Protocol to perform web interactions like navigation, form filling, and screenshots.Last updated
Related MCP Connectors
AI-powered browser automation — navigate, click, fill forms, and extract data from any website.
Provides cloud browser automation capabilities using Stagehand and Browserbase, enabling LLMs to i…
Reliable web access for AI agents: smart HTTP, rotating proxies, and full-browser rendering.
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/robby031/mcp-browser-tool'
If you have feedback or need assistance with the MCP directory API, please join our Discord server