Google Maps MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GOOGLE_MAPS_API_KEYYesYour Google Maps API key

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
maps_geocode

Convert an address into geographic coordinates

maps_reverse_geocode

Convert coordinates into an address

maps_search_places

Search for places using Google Places API

maps_place_details

Get detailed information about a specific place

maps_distance_matrix

Calculate travel distance and time for multiple origins and destinations

maps_elevation

Get elevation data for locations on the earth

maps_directions

Get directions between two points