@thenextgennexus/google-maps-mcp-server
v1.0.1
Published
Search local businesses, generate leads, and validate emails via Google Maps data
Maintainers
Readme
Google Maps MCP Server
Search local businesses, generate leads, and validate emails via Google Maps data — powered by nexgendata on Apify.
Quick Start
Using npx (recommended)
npx @nexgendata/google-maps-mcp-serverInstall globally
npm install -g @nexgendata/google-maps-mcp-serverConfigure with Claude Desktop
Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json on macOS):
{
"mcpServers": {
"google-maps-mcp-server": {
"command": "npx",
"args": [
"-y",
"@nexgendata/google-maps-mcp-server"
],
"env": {
"APIFY_TOKEN": "your-apify-token-optional"
}
}
}
}Configure with Cline
Add the same configuration to your Cline MCP settings.
Available Tools
| Tool | Description |
|------|-------------|
| search_local_businesses | Search for local businesses on Google Maps |
| generate_leads | Generate B2B leads with contact info from Google Maps |
| validate_emails | Validate email addresses found from business listings |
Environment Variables
| Variable | Required | Description |
|----------|----------|-------------|
| APIFY_TOKEN | No | Your Apify API token for authenticated access. Without it, the server uses the public endpoint (rate-limited). |
How It Works
This MCP server acts as a local stdio bridge to the nexgendata Apify MCP endpoint. When you call a tool, it forwards the request to Apify and returns the results.
Links
License
MIT
