Lead-generator-mcp-server
About
A mcp server for leads generator using google maps through playright
Details
- Author
- 4darsh-Dev
- Downloads
- 265
- Categories
- Developer Tools
Jump to
- 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:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Lead-generator-mcp-serverCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- 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 playwrightsetup
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
``Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





