
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
@modelcontextprotocol/server-google-maps
Advanced tools
MCP Server for the Google Maps API.
geocode
address (string)reverse_geocode
latitude (number)longitude (number)search_places
query (string)location (optional): { latitude: number, longitude: number }radius (optional): number (meters, max 50000)get_place_details
place_id (string)get_distance_matrix
origins (string[])destinations (string[])mode (optional): "driving" | "walking" | "bicycling" | "transit"get_elevation
locations (array of {latitude, longitude})get_directions
origin (string)destination (string)mode (optional): "driving" | "walking" | "bicycling" | "transit"Get a Google Maps API key by following the instructions here.
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"google-maps": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-google-maps"
],
"env": {
"GOOGLE_MAPS_API_KEY": "<YOUR_API_KEY>"
}
}
}
}
This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.
FAQs
MCP server for using the Google Maps API
The npm package @modelcontextprotocol/server-google-maps receives a total of 11,913 weekly downloads. As such, @modelcontextprotocol/server-google-maps popularity was classified as popular.
We found that @modelcontextprotocol/server-google-maps demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.