Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@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
:
{
"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 130 weekly downloads. As such, @modelcontextprotocol/server-google-maps popularity was classified as not popular.
We found that @modelcontextprotocol/server-google-maps demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.