google maps mcp server for Cursor
io.github.thenextgennexus/google-maps-mcp-server
Search local businesses, generate leads, and validate emails via Google Maps data
client:Cursor
transport:stdio
runtime:npm
Install google maps mcp server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"google-maps-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@thenextgennexus/google-maps-mcp-server"
],
"env": {
"APIFY_TOKEN": "<APIFY_TOKEN>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs