browser-mcp-lite
by karolaapiarian589·★ 0·Score 30
A lightweight MCP server for Chrome browser automation through extensions with secure token authentication.
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:
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
Installation
Installation
- Download the latest release from the GitHub repository
- Extract the ZIP file if needed
- Install the Chrome extension from the provided folder
- Launch the Windows application
- 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
Last updated · Auto-generated from public README + GitHub signals.