Back to Home
ettysekhon icon

google-maps-mcp-server

Verified Safe

by ettysekhon

Overview

Empower AI agents with real-time Google Maps location intelligence (directions, places, geocoding, traffic, roads, elevation, safety) through a standardized Model Context Protocol (MCP) interface.

Installation

Run Command
docker run -it -e GOOGLE_MAPS_API_KEY=your_maps_key_here google-maps-mcp

Environment Variables

  • GOOGLE_MAPS_API_KEY
  • LOG_LEVEL
  • MAX_RESULTS
  • DEFAULT_RADIUS_METERS
  • MAX_RADIUS_METERS
  • MAX_RETRIES
  • RETRY_MIN_WAIT
  • RETRY_MAX_WAIT

Security Notes

The project uses Pydantic for configuration validation and loads API keys from environment variables or .env files. Kubernetes deployments utilize secrets for API keys, which is a good practice. Structured logging is implemented. There are no obvious signs of 'eval', obfuscation, or malicious patterns. Error messages can expose underlying API error details, which is a minor concern, but generally safe.

Similar Servers

Stats

Interest Score32
Security Score9
Cost ClassLow
Avg Tokens150
Stars1
Forks0
Last Update2025-12-06

Tags

Google MapsMCPAI AgentsLocation IntelligenceAPI Server