G

Google Maps MCP Server

Verified

Geocoding, directions, and place search via Google Maps API.

open-source 73/100 API Integrations maps geocoding directions places google location

A Model Context Protocol server for Google Maps. Enables AI agents to perform geocoding, reverse geocoding, search for places, get directions, and calculate distances using the Google Maps Platform.

Supports place search, place details, distance matrix, and elevation data through the official Google Maps APIs.

Install

npx -y @modelcontextprotocol/server-google-maps

MCP Client Config

{
  "mcpServers": {
    "google-maps": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-google-maps"
      ],
      "env": {
        "GOOGLE_MAPS_API_KEY": "<your-api-key>"
      }
    }
  }
}

Required Environment Variables

  • GOOGLE_MAPS_API_KEY

Capabilities

Tools

maps_geocodemaps_reverse_geocodemaps_search_placesmaps_place_detailsmaps_directionsmaps_distance_matrix

Compatible With

Claude Desktop Claude Code Cursor Windsurf

Pricing

Server is free. Google Maps API has $200/month free credit.

Metrics

18,500

GitHub Stars

11,000

Installs

800

Weekly

6

Open Issues