Back to MCP directory
publicPublicdnsLocal runtime

Lead-generator-mcp-server

一个基于Playwright通过谷歌地图生成潜在客户线索的MCP服务器项目

article

README

🚀 设置指南

本项目提供了一系列操作步骤,帮助你完成环境搭建、依赖安装并运行脚本,以实现特定的功能。

📦 安装指南

1. 创建并激活虚拟环境

python -m venv myenv
myenv\Scripts\Activate

2. 安装依赖项

pip install -r requirements.txt

💻 使用示例

基础用法

运行脚本,可根据需求设置查询关键词、最大结果数量以及是否可见等参数。以下是一个示例:

python src/scraper.py --query "Fashion and Beauty in New Delhi" --max-results 3 --visible

在这个示例中,脚本会以 "Fashion and Beauty in New Delhi" 为查询关键词,最多获取 3 个结果,并且在运行过程中界面可见。

help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client