google maps mcp server for Cline
io.github.thenextgennexus/google-maps-mcp-server
Search local businesses, generate leads, and validate emails via Google Maps data
client:Cline
transport:stdio
runtime:npm
Install google maps mcp server in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"google-maps-mcp-server": {
"command": "npx",
"args": [
"-y",
"@thenextgennexus/google-maps-mcp-server"
],
"env": {
"APIFY_TOKEN": "<APIFY_TOKEN>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs