Back to Home
lespaceman icon

athena-browser-mcp

Verified Safe

by lespaceman

Overview

An MCP server for browser automation that exposes semantic, token-efficient page representations optimized for LLM agents.

Installation

Run Command
npm install && npm run build && node dist/index.js

Environment Variables

  • LOG_LEVEL
  • CEF_BRIDGE_HOST
  • CEF_BRIDGE_PORT

Security Notes

The server uses Playwright's `page.evaluate()` and CDP's `Runtime.evaluate` to execute JavaScript within the browser context, which is standard for browser automation. Inputs to these browser-side executions are sanitized (e.g., via `JSON.stringify`) where user-controlled. Sensitive data (passwords, tokens) are masked in outputs, and URLs are sanitized to strip sensitive query parameters, which are strong security features. The `connect_browser` tool allows connection to an arbitrary CDP endpoint, which is an inherent feature of CDP-based tools; users should ensure the endpoint is trusted.

Similar Servers

Stats

Interest Score32
Security Score9
Cost ClassLow
Avg Tokens800
Stars2
Forks0
Last Update2026-01-17

Tags

LLM agentsbrowser automationweb scrapingsemantic parsingPlaywright