Google Maps MCP ServerServer

Moe03
GitHub
Google MapsAPIGeocoding

Loading subscription status...

💡 Description

MCP Server for the Google Maps API providing geocoding, place search, direction routing, and distance calculations through a structured MCP interface.

📝 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

  • Convert address to coordinates
  • Get detailed information about a place
  • Calculate distances and times
  • Search for places using text query

💬 Example Queries

  • Convert address to coordinates
  • Search for places using text query
  • Get directions between points
  • Calculate distances and times between points