{
  "name": "io.github.modelcontextprotocol/servers",
  "description": "The Google Maps MCP gives AI agents geospatial superpowers — geocode addresses, search for places, compute driving/walking directions, pull travel-time matrices, and fetch place details like hours, ratings, and photos.",
  "status": "active",
  "version": "latest",
  "_meta": {
    "com.top-mcps/lastVerified": "2026-04-19",
    "com.top-mcps/score": {
      "value": 95,
      "rubricVersion": "2026-04",
      "lastComputed": "2026-04-19T20:32:57.785Z",
      "methodology": "https://top-mcps.com/about/methodology"
    },
    "com.top-mcps/stats": {
      "fetchedAt": "2026-04-19T20:32:57.166Z",
      "githubStars": 84102,
      "lastCommitAt": "2026-04-17T22:59:54Z",
      "npmWeeklyDownloads": 16599
    }
  },
  "repository": {
    "url": "https://github.com/modelcontextprotocol/servers/tree/main/src/google-maps",
    "source": "github"
  },
  "author": {
    "name": "Anthropic (modelcontextprotocol)"
  },
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@modelcontextprotocol/server-google-maps",
      "version": "latest",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "name": "GOOGLE_MAPS_API_KEY",
          "description": "GOOGLE_MAPS_API_KEY — required credential for Google Maps.",
          "isRequired": true,
          "isSecret": true
        }
      ]
    }
  ],
  "capabilities": {
    "security": {
      "scope": "network",
      "sandbox": "Read-only calls to the Google Maps Platform API using the key in env.",
      "gotchas": [
        "Google Maps API quotas and billing are per-project — monitor GCP billing if the agent loops.",
        "Some endpoints (Places) require separate API enablement in GCP beyond just the key."
      ]
    }
  },
  "_links": {
    "html": "https://top-mcps.com/mcp/google-maps",
    "markdown": "https://top-mcps.com/mcp/google-maps.md",
    "methodology": "https://top-mcps.com/about/methodology"
  }
}
