Back to directory
@modelcontextprotocol/server-google-maps

@modelcontextprotocol/server-google-maps

@modelcontextprotocol253

MCP Server integrating Google Maps API functionalities including geocoding, place search, directions, and more

google-mapsgeocodingplace-searchdirectionslocation-servicesmcp-servercontext

Installation & Configuration

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

Information

Transport
stdio
Language
javascript
Created
2025/5/28
Updated
2026/4/20