Token导航 LogoToken导航TokenDH.com
Minionlab MCP Demo X logo
浏览器工具未说明官方级别未说明来源级核验

Minionlab MCP Demo X

MCP Server

MinionLab是一个去中心化的AI代理网络,通过用户设备上的自主代理(Minions)实时挖掘互联网数据,支持高级数据收集、自动化和AI驱动的探索,同时设备所有者可通过支持网络获得代币奖励。

工具数

0

提示词数

0

GitHub Stars

0

资源数

0
JavaScript浏览器自动化网页抓取

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

作者 / 组织

maorinn

提供方

maorinn

最后核验

2026/5/17 20:23

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

详细介绍

MinionLab Edge Browser Demo

Overview

MinionLab is a decentralized network of autonomous AI agents—called “Minions”—that run on user devices to mine real-time data from the internet. These Minions replicate human-like browsing behavior using a customized browser runtime, enabling advanced data collection, automation, and AI-driven exploration. In return, device owners earn \$MINION tokens for supporting the network and powering these autonomous data-mining agents.

This repository showcases how the MinionLab browser cluster can be driven programmatically using Playwright. The demo connects to MinionLab’s decentralized infrastructure and orchestrates multiple concurrent scraping tasks against targets such as Twitter profiles. It illustrates how to leverage the network’s distributed browsers for resilient, high-fidelity data collection.

Why MinionLab?

  • Decentralized architecture: MinionLab is built on top of the Solana community and leverages real user devices to form a geographically distributed browser cluster.
  • Human-like automation: Customized browser runtimes mimic organic browsing behavior, yielding higher-quality data and reduced detection.
  • Tokenized incentives: Contributors earn \$MINION tokens by lending idle compute resources to power autonomous “Minion” agents.
  • Scalable data pipelines: Decentralization removes the bottlenecks of traditional scraping infrastructure, delivering a more resilient and cost-effective solution.

MinionLab was designed to close the growing gap between AI’s demand for high-quality data and the centralized, inefficient scraping solutions that still dominate the market today. By harnessing idle computing resources, MinionLab provides a scalable, user-driven foundation for autonomous data mining and next-generation AI applications.

Project Structure

  • index.mjs – Entry point that connects to the MinionLab browser network via Playwright, manages concurrency, and performs the scraping workflow.
  • package.json – NPM metadata and dependencies; primarily playwright for browser automation.
  • node_modules/ – Installed dependencies (generated via npm install).

Prerequisites

  • Node.js 20+
  • Valid MinionLab API key with access to the decentralized browser cluster
  • Network access to the MinionLab WebSocket endpoint (wss://*.browsers.live)

Getting Started

  1. Install dependencies:
   npm install
  1. Set environment variables as needed (e.g., USERNAMES, CONCURRENCY, MAX_TWEETS).
  2. Run the demo:
   node index.mjs

The script will spin up concurrent Playwright sessions against the MinionLab cluster, scrape Twitter profile data, and log structured results to the console.

Notes

  • Ensure your environment can resolve and reach the MinionLab WebSocket endpoints; corporate networks or sandboxed environments may block the connection.
  • The included API key in the example script is for demonstration only—replace it with your own credentials before running in production.

License

This project is provided under the ISC license. Refer to package.json for details.

目录标签

目录标签

JavaScript浏览器自动化网页抓取去中心化网络本地部署数据挖掘AI代理代币激励

接入字段

传输方式(transport,传输协议)

未说明

鉴权方式(authType,认证方式)

api-key

工具数量(toolCount,工具数)

0

资源数量(resourceCount,资源数)

0

提示词数量(promptCount,提示词数)

0

权限和风险

未说明api-key部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

仍需确认:installCommand

来源信息

继续浏览同类 MCP