Connects Claude to the Google Maps Places API (New) for searching locations and fetching business information. Exposes two tools: places_text_search for query-based lookups like "coffee shops near King's Cross" and places_photo_get for retrieving place images. Built as an OAuth proxy that handles the Google authentication flow while staying stateless. The server itself holds no tokens, just forwards credentials and requests between your MCP client and Google's APIs. Useful when you need Claude to look up addresses, verify business hours, find nearby spots with specific criteria, or grab location details for calendar entries and trip planning.
claude mcp add --transport stdio domdomegg-google-maps-places-mcp uvx google-maps-places-mcp