Loading...
pip install mcp{
"mcpServers": {
"nearby-search": {
"command": "uv",
"args": ["--directory", "path/to/nearby-search-mcp", "run", "main.py"],
"env": {
"GOOGLE_API_KEY": "your google api key"
}
}
}
}search_nearbySearches for places near the user's current location based on a keyword and optional radius/type.
Read-only operation that queries the Google Places API.
This server is relatively safe for read-only operations. However, the security of the Google API key is critical. Ensure the API key is properly secured and consider implementing input validation to mitigate potential risks.