All MCP servers

Google Maps MCP Server

Official
by Api.AirforcestdioDeveloper Tools0338MIT

18 Google Maps tools for AI agents — geocode, search, directions, weather, and more.

mcpopen-sourcedeveloper-tools

Endpoint

POST 

Connecting a client

Most MCP clients accept a remote server URL plus a bearer token.

{
  "mcpServers": {
    "google-maps-mcp-server-imp47158": {
      "url": "",
      "headers": { "Authorization": "Bearer YOUR_API_KEY" }
    }
  }
}