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: 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 build

Menjalankan

npm start

Atau untuk development:

npm run dev

Konfigurasi 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

--sessions-dir <path>

Tentukan direktori untuk menyimpan session browser (default: sessions/ di folder project)

--downloads-dir <path>

Tentukan direktori untuk menyimpan file download (default: downloads/ di folder project)

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/ dan downloads/ dibuat di dalam folder mcp-browser-tool itu sendiri — bukan di current working directory (CWD) proses. Ini mencegah polusi direktori di project lain saat MCP server dijalankan.

Lisensi

MIT

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

Maintenance

Maintainers
Response time
1dRelease cycle
2Releases (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.

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    A 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.
    1
    MIT
  • A
    license
    Not graded
    quality
    A
    maintenance
    Browser automation for AI agents via the Model Context Protocol, enabling web navigation, form filling, screenshots, and more using Chromium.
    MIT
  • F
    license
    A
    quality
    D
    maintenance
    Enables 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.
    10

View all related MCP servers

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.

View all MCP Connectors

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