Lcbro MCP
LCBro is a low - cost browser automation MCP server that supports Playwright and Chrome DevTools protocols, provides intelligent data preprocessing and remote browser management functions, and can reduce the cost of calling the LLM API by up to 80%.
2.5 points
6.7K

What is LCBro?

LCBro is a powerful browser automation MCP server specifically designed to optimize the cost of LLM requests. Through intelligent preprocessing and local LLM integration, it cleans and optimizes data before sending it to the expensive main LLM API, saving up to 80% of the cost.

How to use LCBro?

You can use it directly via npx without installation, or install it globally and then start the server. It supports integration with MCP clients such as Claude Desktop and Cursor IDE, providing automation functions such as browser navigation, interaction, and content extraction.

Use cases

Web data scraping, automated testing, content extraction, form filling, login process automation, LLM cost optimization, remote browser management, etc. It is especially suitable for users who need to process a large amount of web data and are concerned about cost optimization.

Main Features

Browser Automation
Supports real browser control, including JavaScript execution, click operations, text input, form processing, screenshot capture, and content extraction, providing session management and persistent context.
Intelligent Preprocessing
Automatically generates preprocessing prompts, integrates local LLMs (Ollama, JAN), performs intelligent content analysis and optimization, and provides cost - effective data preparation.
Multi - Engine Support
Supports both Playwright and Chrome DevTools Protocol (CDP), with automatic detection and fallback mechanisms, and manages remote browser connections.
Advanced Logging System
Comprehensively records LLM interaction logs, tracks performance indicators and tokens, provides configurable log rotation and compression, and has debugging and monitoring functions.
Cost Optimization
Specifically designed to reduce the cost of using LLM, it reduces main API calls through local preprocessing, and performs intelligent content compression and cleaning.
Easy Integration
Can be used without installation, supports mainstream MCP clients, and provides rich configuration options and a command - line interface.
Advantages
Save up to 80% of costs by reducing expensive API calls through intelligent preprocessing.
Can be used without installation, run directly via npx.
Supports multiple browser engines and remote connections.
Has complete automation functions from navigation to content extraction.
Provides detailed logs and performance monitoring.
Seamlessly integrates with mainstream MCP clients.
Limitations
Requires a Node.js 18+ runtime environment.
CDP functions require Chrome/Chromium browsers.
Advanced functions require the configuration of a local LLM service.
A large number of concurrent tasks may require more system resources.

How to Use

Quick Start
Run LCBro directly using npx without installation.
Global Installation
If you need to use it frequently, you can install LCBro globally.
Configure MCP Client
Configure the LCBro server in Claude Desktop or Cursor IDE.
Enable CDP Support
If you need to use Chrome DevTools Protocol functions.
Configure Local LLM
Set up a local LLM service to enable intelligent preprocessing functions.

Usage Examples

Web Content Extraction
Automatically navigate to a web page, extract the main content, and send it to the LLM for analysis after intelligent preprocessing.
Automated Login
Automatically handle the website login process and save the session state for subsequent operations.
Data Table Extraction
Extract table data from a web page and convert it into a structured JSON format.
Cost Optimization Processing
Use the local LLM to preprocess a large amount of web content, reducing the cost of calling the main LLM API.

Frequently Asked Questions

What is LCBro? What makes it special?
How to install and use LCBro?
What is intelligent preprocessing? How does it work?
Which browser engines are supported?
How to configure local LLM integration?
Which MCP clients does LCBro support?
How to enable CDP support?
What is the performance of LCBro?

Related Resources

GitHub Repository
The source code and latest version of LCBro.
npm Package Page
Information and download of the LCBro npm package.
Intelligent Preprocessing Documentation
Details the working principle and configuration of the intelligent preprocessing function.
LLM Logging Guide
How to use and configure the LLM interaction logging system.
CDP Browser Support
Guide to integrating Chrome DevTools Protocol.
Issue Reporting
Submit bug reports and feature requests.
Discussion Area
Discuss usage experiences and best practices with other users.

Installation

Copy the following command to your Client for configuration
{
  "mcpServers": {
    "lcbro": {
      "command": "npx",
      "args": ["-y", "lcbro"]
    }
  }
}

// Claude Desktop: ~/.claude/claude_desktop_config.json
{
  "mcpServers": {
    "lcbro": {
      "command": "npx",
      "args": ["-y", "lcbro"]
    }
  }
}

// Cursor IDE: ~/.cursor/mcp.json
{
  "mcpServers": {
    "lcbro": {
      "command": "npx",
      "args": ["-y", "lcbro"]
    }
  }
}
Note: Your key is sensitive information, do not share it with anyone.

Alternatives

M
MCP
The Microsoft official MCP server provides search and access functions for the latest Microsoft technical documentation for AI assistants
9.7K
5 points
A
Aderyn
Aderyn is an open - source Solidity smart contract static analysis tool written in Rust, which helps developers and security researchers discover vulnerabilities in Solidity code. It supports Foundry and Hardhat projects, can generate reports in multiple formats, and provides a VSCode extension.
Rust
5.9K
5 points
D
Devtools Debugger MCP
The Node.js Debugger MCP server provides complete debugging capabilities based on the Chrome DevTools protocol, including breakpoint setting, stepping execution, variable inspection, and expression evaluation.
TypeScript
5.4K
4 points
S
Scrapling
Scrapling is an adaptive web scraping library that can automatically learn website changes and re - locate elements. It supports multiple scraping methods and AI integration, providing high - performance parsing and a developer - friendly experience.
Python
7.8K
5 points
M
Mcpjungle
MCPJungle is a self-hosted MCP gateway used to centrally manage and proxy multiple MCP servers, providing a unified tool access interface for AI agents.
Go
0
4.5 points
C
Cipher
Cipher is an open-source memory layer framework designed for programming AI agents. It integrates with various IDEs and AI coding assistants through the MCP protocol, providing core functions such as automatic memory generation, team memory sharing, and dual-system memory management.
TypeScript
0
5 points
N
Nexus
Nexus is an AI tool aggregation gateway that supports connecting multiple MCP servers and LLM providers, providing tool search, execution, and model routing functions through a unified endpoint, and supporting security authentication and rate limiting.
Rust
0
4 points
S
Shadcn Ui MCP Server
An MCP server that provides shadcn/ui component integration for AI workflows, supporting React, Svelte, and Vue frameworks. It includes functions for accessing component source code, examples, and metadata.
TypeScript
12.1K
5 points
G
Gitlab MCP Server
Certified
The GitLab MCP server is a project based on the Model Context Protocol that provides a comprehensive toolset for interacting with GitLab accounts, including code review, merge request management, CI/CD configuration, and other functions.
TypeScript
16.6K
4.3 points
M
Markdownify MCP
Markdownify is a multi-functional file conversion service that supports converting multiple formats such as PDFs, images, audio, and web page content into Markdown format.
TypeScript
23.3K
5 points
N
Notion Api MCP
Certified
A Python-based MCP Server that provides advanced to-do list management and content organization functions through the Notion API, enabling seamless integration between AI models and Notion.
Python
15.7K
4.5 points
D
Duckduckgo MCP Server
Certified
The DuckDuckGo Search MCP Server provides web search and content scraping services for LLMs such as Claude.
Python
44.5K
4.3 points
U
Unity
Certified
UnityMCP is a Unity editor plugin that implements the Model Context Protocol (MCP), providing seamless integration between Unity and AI assistants, including real - time state monitoring, remote command execution, and log functions.
C#
20.1K
5 points
F
Figma Context MCP
Framelink Figma MCP Server is a server that provides access to Figma design data for AI programming tools (such as Cursor). By simplifying the Figma API response, it helps AI more accurately achieve one - click conversion from design to code.
TypeScript
44.1K
4.5 points
M
Minimax MCP Server
The MiniMax Model Context Protocol (MCP) is an official server that supports interaction with powerful text-to-speech, video/image generation APIs, and is suitable for various client tools such as Claude Desktop and Cursor.
Python
30.2K
4.8 points
G
Gmail MCP Server
A Gmail automatic authentication MCP server designed for Claude Desktop, supporting Gmail management through natural language interaction, including complete functions such as sending emails, label management, and batch operations.
TypeScript
15.8K
4.5 points
AIBase
Zhiqi Future, Your AI Solution Think Tank
© 2025AIBase