Google Maps MCP Server
Related Servers
Alternatives to Google Maps MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseAqualityBmaintenanceEnables AI assistants to search places, retrieve place details, reviews, photos, business posts, and contributor review histories from Google Maps through natural language, with no API keys or paid billing required.6MIT
- FlicenseNot gradedqualityCmaintenanceEnables location-aware AI agents to search for nearby places, get detailed place information including hours and ratings, and calculate routes with turn-by-turn directions using Google Maps APIs.22-
- AlicenseAqualityCmaintenanceProvides access to Google Maps Platform APIs for places search, geocoding, turn-by-turn directions, route matrices, elevation, and time zones. Enables natural language queries for location-based information and routing.117 npmMIT
- AlicenseNot gradedqualityDmaintenanceEnables interaction with Google Maps API for geocoding, place search, directions, distance matrices, and elevation data through natural language.MIT
- AlicenseNot gradedqualityCmaintenanceProvides geocoding, place search, directions, distance matrix, and elevation data from Google Maps. Enables natural language queries to locate places, get directions, and retrieve map-related information.13 npmMIT
- AlicenseNot gradedqualityCmaintenanceProvides Google Maps business search, single-place lookup, and multi-mode travel directions without an API key, enabling coding tools to pull Maps data directly into conversations.MIT
TDQS
Scored across 6 tools
Each tool has a distinct purpose: geocode and reverse_geocode handle coordinate conversion, search_places and search_nearby cover two search modes, get_directions provides routing, and get_place_details retrieves detailed info. No two tools overlap in functionality.
All tool names follow a consistent verb_noun pattern in snake_case (e.g., get_directions, search_nearby, reverse_geocode), making them predictable and easy to understand.
With 6 tools, the server is well-scoped for a maps MCP, covering core geocoding, directions, and place search without being overly numerous or sparse.
The tool set covers essential geocoding, routing, and place search features. Minor gaps exist (e.g., no distance matrix or batch geocoding), but core map interactions are well supported.