Lead-generator-mcp-server

by 4darsh-Dev

265 downloads
Not rated
GitHub

About

A mcp server for leads generator using google maps through playright

Details

Author
4darsh-Dev
Downloads
265
Categories
Developer Tools

- Uses Google Maps via Playwright for lead generation
- Configurable search query and result limit
- Runs as a Model Context Protocol server

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Lead-generator-mcp-server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Set up a Python virtual environment, install dependencies from requirements.txt, then run the scraper script with a search query, max results limit, and the --visible flag.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "lead-generator-mcp-server": {
            "Lead-generator-mcp-server": {
                "command": "python",
                "args": [
                    "-m",
                    "venv",
                    "myenv"
                ]
            }
        }
    }
}

McpServers

{
    "Lead-generator-mcp-server": {
        "command": "python",
        "args": [
            "-m",
            "venv",
            "myenv"
        ]
    }
}

Lead-generator-mcp-server

A mcp server for leads generator using google maps through playwright

setup

1. create & activate the virtual env ``bash python -m venv myenv .\myenv\Scripts\Activate

2. install requirements.txt
bash pip install -r requirements.txt

3. run script
bash python src/scraper.py --query "Fashion and Beauty in New Delhi" --max-results 3 --visible
``
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.