google-maps-mcp-server
Verified Safeby 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
docker run -it -e GOOGLE_MAPS_API_KEY=your_maps_key_here google-maps-mcpEnvironment 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
mcp-server
Enables AI agents and applications with Mapbox's geospatial intelligence, including geocoding, routing, POI search, and map visualization.
gis-mcp
A Model Context Protocol (MCP) server that provides AI agents and LLMs with comprehensive GIS capabilities, enabling geospatial analysis, data gathering, and transformations through natural language.
zeromcp
A minimal, pure Python Model Context Protocol (MCP) server for exposing tools, resources, and prompts via HTTP/SSE and Stdio transports.
MCP-Agent
An autonomous AI agent designed to discover, connect to, and utilize tools and resources from various Model Context Protocol (MCP) servers to accomplish tasks.