nexus-browser-mcp

paipaipai666/nexus-browser-mcp
★ 0 stars Python AI/LLM Updated 2d ago
A browser-automation MCP server with event-driven, deterministic snapshots.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "nexus-browser-mcp": {
      "command": "uvx",
      "args": [
        "nexus-browser-mcp"
      ]
    }
  }
}

Or install with pip: pip install nexus-browser-mcp

README Excerpt

English | [简体中文](README.zh-CN.md) **A browser-automation MCP server with event-driven, deterministic snapshots.** Built on Playwright. Drives a browser for LLMs through the Accessibility Tree — navigate, click, type, read, fill forms, manage tabs. Key differences from alternatives (e.g. Playwright MCP):

Tools (18)

BROWSER_ALLOW_JS_EXECUTIONBROWSER_AUDIT_PATHBROWSER_CDP_ENDPOINTBROWSER_CHANNELBROWSER_CONTEXT_TTL_SECBROWSER_DEFAULT_TIMEOUT_MSBROWSER_HEADLESSBROWSER_HITL_RULESBROWSER_MODEBROWSER_SNAPSHOT_MAX_NODESBROWSER_STABLE_REQUIREDBROWSER_STABLE_TIMEOUT_MSBROWSER_STABLE_WINDOW_MSBROWSER_STREAM_CHAR_CAPBROWSER_STREAM_PAGE_CAPBROWSER_TOOL_TIMEOUT_MSBROWSER_USER_DATA_DIRbrowser_navigate

Topics

agentbrowserllmmcpplaywrightpython