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: Playwright 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, dll.):
{
"mcpServers": {
"browser-tool": {
"command": "node",
"args": ["/path/to/mcp-browser-tool/dist/index.js"]
}
}
}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.
Latest Blog Posts
- 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