Browser-control---MCP-server

SkredX/Browser-control---MCP-server
★ 0 stars Python AI/LLM Updated today
A simple Model Context Protocol (MCP) server to open URLs directly in Chrome. This lightweight MCP tool allows LLMs like Claude to interact with your browser—ideal for quick navigation, automation, or workflow integration. Features are Chrome-specific launch (falls back to default browser if unavailable) and Secure URL handling
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": {
    "browser-control---mc": {
      "command": "uvx",
      "args": [
        "browser-control---mcp-server"
      ]
    }
  }
}

Or install with pip: pip install browser-control---mcp-server