Skip to main content
Glama
robby031

MCP Browser Tool

by robby031

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 build

Menjalankan

npm start

Atau untuk development:

npm run dev

Konfigurasi 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

A
license - permissive license
-
quality - not tested
A
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (12mo)
Commit activity

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

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