mcp-hello-world

mcp-hello-world

0

The Google Maps MCP Server allows users to interact with the Google Maps API to perform tasks such as geocoding, reverse geocoding, and retrieving elevation data. It supports operations for searching places, obtaining place details, and calculating distance matrices. This MCP server can be used with tools like Claude Desktop, Docker, or NPX and requires a Google Maps API key for operation.

Google Maps MCP Server

This project provides a Model Context Protocol (MCP) Server for interacting with the Google Maps API. It offers tools for geocoding, reverse geocoding, place searches, retrieving place details, calculating distance matrices, obtaining elevation data, and generating directions. Users can integrate with Claude Desktop or run with NPX or Docker. An API key is required for setup.

Tools

  • maps_geocode: Address to coordinates conversion
  • maps_reverse_geocode: Coordinates to address conversion
  • maps_search_places: Place search via text
  • maps_place_details: Place information details
  • maps_distance_matrix: Distance and time calculations
  • maps_elevation: Elevation data retrieval
  • maps_directions: Directions between locations

Setup

  • Obtain a Google Maps API key
  • Use with Claude Desktop, Docker, or NPX

License

Licensed under the MIT License.