Back to Home
Gafoor2005 icon

LAM-mcp

by Gafoor2005

Overview

Browser automation and intelligent web interaction for AI agents using a Model Context Protocol (MCP) server with session-based context analysis.

Installation

Run Command
uv run python -m browser_mcp_server.server

Environment Variables

  • BROWSER_TYPE
  • BROWSER_HEADLESS
  • BROWSER_TIMEOUT
  • BROWSER_WINDOW_SIZE
  • BROWSER_USER_AGENT
  • BROWSER_DOWNLOAD_DIR

Security Notes

The server exposes powerful tools like `execute_javascript` and `set_cookie` which allow arbitrary code execution in the browser and cookie manipulation respectively. If the MCP client (AI agent) is compromised or misconfigured, these tools could be used for malicious purposes. The `BROWSER_DOWNLOAD_DIR` is configurable but defaults to `/tmp/downloads`, which needs careful management in a production environment to prevent uncontrolled file system writes. While the server itself doesn't contain obvious hardcoded secrets or malicious patterns, the inherent capabilities provided require the calling agent and the execution environment to be highly secure and sandboxed.

Similar Servers

Stats

Interest Score0
Security Score6
Cost ClassHigh
Avg Tokens5000
Stars0
Forks0
Last Update2025-12-31

Tags

Web AutomationMCPSeleniumRAGSession Context