Google Maps MCP Server
Server Information
This webpage is a directory listing for the `src/google-maps` folder within the `modelcontextprotocol/servers` GitHub repository. It provides access to files related to the Google Maps MCP (Model Context Protocol) server. The page is part of a larger website and includes standard GitHub interface elements like navigation, search, and footer. Access to most of the site's functionality, including forking, starring and changing notification settings, requires a user login.
ā Key Points:
* The page displays the file structure of the `src/google-maps` directory in the `modelcontextprotocol/servers` repository.
* It provides links to view the content of individual files within the directory, such as `Dockerfile`, `README.md`, `index.ts`, `package.json`, and `tsconfig.json`.
* The page includes a README section that offers information about the Google Maps MCP Server.
* It also features GitHub standard UI elements like the navigation menu, repository details, and footer.
š Main Findings:
* The `modelcontextprotocol/servers` repository contains a `google-maps` directory as a component.
* The README file provides a brief description of the Google Maps MCP server and its tools.
* The directory contains standard files associated with a Dockerized application, suggesting it can be deployed using Docker.
š Details:
* The README describes the purpose of Google Maps MCP Server.
* It outlines several tools the MCP server supports: `mapsgeocode`, `mapsreversegeocode`, `mapssearchplaces`, `mapsplacedetails`, `mapsdistancematrix`, `mapselevation`, and `maps_directions`.
* The README provides instructions on setting up the server, including Docker build commands and usage with Claude Desktop (both Docker and NPX methods).
* The README states that the server is licensed under the MIT License.
šÆ Conclusion:
The webpage serves as a file directory for a Google Maps MCP server implementation within the `modelcontextprotocol/servers` GitHub repository, offering access to the files and documentation required for its setup and usage. The provided server has the functionality to convert addresses to coordinates, convert coordinates to address, search for places using text query, get detailed information about a place, calculate distances and times between points and get directions between points.
Server Features
maps_geocode
Convert address to coordinates
maps_reverse_geocode
Convert coordinates to address
maps_search_places
Search for places using text query
maps_place_details
Get detailed information about a place
maps_distance_matrix
Calculate distances and times between points
maps_elevation
Get elevation data for locations
maps_directions
Get directions between points
Provider Information
Modelcontextprotocol
cloud Provider