maps-browser-mcp
Related Servers
Alternatives to maps-browser-mcp
No user-submitted related servers found.
Related Servers
- 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.2 npmMIT
- FlicenseNot gradedqualityCmaintenanceEnables AI assistants to search and scrape Google Maps places data (name, rating, address, etc.) directly without an API key.1-
- AlicenseAqualityBmaintenanceProvides AI agents with structured search results, place details, ratings, and contact info from Google Maps without requiring any API keys.2MIT
- 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
- 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
TDQS
Scored across 24 tools
Each tool targets a distinct action or state within Google Maps: search, suggestion interaction, share links for different views, rating/zoom adjustments, directions setup with separate handling for transit time/mode/endpoints, and place-specific actions like tabs, hours, photos. Even nearby tools like maps_set_travel_mode and maps_set_recommended_travel_mode are clearly separated by scope (generic vs. transit-specific recommended mode). No two tools appear to accomplish the same task.
All tools follow the consistent pattern 'maps_<verb>_<object>' with snake_case throughout. Verbs are clear (search, read, select, get, set, open, swap, render), and objects are appropriate (search_suggestions, place_share_link, route_endpoints). There are no mixed casing styles or inconsistent verb forms, making the naming predictable and scannable.
With 24 tools, the server is on the heavy side but still within a reasonable range for the complexity of Google Maps interactions. Each tool addresses a specific UI element or workflow (suggestions, share dialogs, rating chips, zoom, directions options, place tabs, etc.), so the count is justified. It's not bloated with redundant tools, though it pushes the upper boundary of comfortable scope.
The tool surface covers the core lifecycle of searching, selecting, sharing, and reading summaries for places and routes, plus directions customization (mode, time, endpoints). Minor gaps exist—for example, direct place review access is explicitly not exposed, and there is no generic 'get place details' beyond the bounded summary—but these are documented intentional limitations rather than severe omissions that block primary workflows.