Google Maps MCP ServerServer

modelcontextprotocol
GitHub
geolocationmappingAPI

Loading subscription status...

💡 Description

A MCP server for the Google Maps API that provides various location-based services.

📝 JSON Entries

{
  "mcpServers": [
    {
      "google-maps": {
        "env": {
          "GOOGLE_MAPS_API_KEY": "<YOUR_API_KEY>"
        },
        "args": [
          "run",
          "-i",
          "--rm",
          "-e",
          "GOOGLE_MAPS_API_KEY",
          "mcp/google-maps"
        ],
        "command": "docker"
      }
    },
    {
      "google-maps": {
        "env": {
          "GOOGLE_MAPS_API_KEY": "<YOUR_API_KEY>"
        },
        "args": [
          "-y",
          "@modelcontextprotocol/server-google-maps"
        ],
        "command": "npx"
      }
    }
  ]
}

🛠️ Tools

maps_geocodemaps_reverse_geocodemaps_search_placesmaps_place_detailsmaps_distance_matrixmaps_elevationmaps_directions

Features

  • Geocoding
  • Reverse Geocoding
  • Place Search
  • Distance Calculations
  • Elevation Data
  • Directions

💬 Example Queries

  • Convert an address into coordinates
  • Convert coordinates back into an address
  • Search for places using a text query
  • Get details about a specific place
  • Calculate the distance and time between two locations