MCP ExplorerExplorer

Hyper Mcp Browser

@BigSweetPotatoStudioon 9 months ago
2 MIT
FreeCommunity
AI Systems
hyper-mcp-browser allows summarization and searches via Google and Bing.

Overview

What is Hyper Mcp Browser

hyper-mcp-browser is a tool designed to facilitate browsing and searching using remote debugging capabilities. It connects to a browser’s remote debugging port to enhance user experience.

Use cases

Use cases include debugging web applications, conducting automated testing, and improving search efficiency for developers and testers.

How to use

To use hyper-mcp-browser, install it via the command line using ‘npx -y hyper-mcp-browser’. Configure the necessary environment variables such as Hyper_browserURL, isAutoLauncher, searchEngine, and startingUrl to customize your browsing experience.

Key features

Key features include a summary page for quick access to information and the ability to perform searches using popular search engines like Google and Bing.

Where to use

hyper-mcp-browser can be used in web development, testing environments, and any scenario where browser debugging and enhanced search capabilities are needed.

Content

hyper-mcp-browser

功能

1.总结页面
2.谷歌、bing搜索

普通安装

command:  npx

args:  -y hyper-mcp-browser

env:  

    // 连接浏览器的远程调试端口
    let Hyper_browserURL = process.env.Hyper_browserURL || "http://localhost:9222";
    // 是否使用本地浏览器,如果为false则使用设置的端口调试浏览器
    let isAutoLauncher = process.env.Hyper_isAutoLauncher != "false";
    // 搜索引擎
    let searchEngine = process.env.Hyper_SEARCH_ENGINE || "google";
    // 起始页
    let startingUrl = process.env.Hyper_startingUrl || "https://github.com/BigSweetPotatoStudio/HyperChat";
    // (可选)浏览器默认路径
    // * the `CHROME_PATH` env variable will be used if set. (`LIGHTHOUSE_CHROMIUM_PATH` is deprecated)
    // * Otherwise, a detected Chrome Canary will be used if found
    // * Otherwise, a detected Chrome (stable) will be used
    let CHROME_PATH = process.env.CHROME_PATH || undefined;
    // chrome 最近的改动,更改了远程调试开关以提高安全性 https://developer.chrome.com/blog/remote-debugging-port?hl=zh-cn
    let userDataDir = process.env.userDataDir || undefined;

使用图片

https://github.com/user-attachments/assets/5d963741-1384-4915-bcc6-6b1248294be0

image

Usage

hyperchat安装方式 下载地址

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers