MCP Catalogs
Home

browser-mcp-lite

by karolaapiarian589·0·Score 30

A lightweight MCP server for Chrome browser automation through extensions with secure token authentication.

browser-automationweb-scrapingdeveloper-tools
0
Forks
0
Open issues
this month
Last commit
1d ago
Indexed

Overview

browser-mcp-lite provides a compact solution for connecting Chrome browsers to MCP-compatible applications using a dedicated Chrome extension. It leverages browser accessibility trees to expose page content and structure without requiring complex tool setups. The server employs token-based authentication for secure access, making it suitable for local browser automation workflows where direct browser interaction is needed without heavy infrastructure.

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:Automating browser interactions for web testing workflows
you:Extracting structured data from web pages using accessibility trees
you:Enabling AI agents to interact with web applications through MCP
you:Does this support browsers other than Chrome?
you:Is this suitable for production automation workflows?

When to choose this

Choose this for lightweight browser automation when you need secure access through token auth and a minimal setup without a large tool stack.

When NOT to choose this

Don't choose this if you need cross-browser support, extensive automation features, or plan to use it in non-Windows environments.

Comparable tools

browser-mcpplaywright-mcppuppeteer-mcpscrape-mcp

Installation

Installation

  1. Download the latest release from the GitHub repository
  2. Extract the ZIP file if needed
  3. Install the Chrome extension from the provided folder
  4. Launch the Windows application
  5. Configure token authentication between the app and extension

Claude Desktop Configuration

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "browser-mcp-lite": {
      "command": "path/to/browser-mcp-lite.exe",
      "args": [],
      "env": {
        "TOKEN": "your-auth-token"
      }
    }
  }
}

FAQ

Does this support browsers other than Chrome?
Currently, browser-mcp-lite is designed specifically for Google Chrome. It may work with Chromium-based browsers that support Chrome extensions.
Is this suitable for production automation workflows?
While functional, this appears to be a lightweight solution best suited for local development and testing. For production environments, more robust browser automation tools might be preferable.

Compare browser-mcp-lite with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.