Google Maps MCP Server

MIT License
5,303
43,407

maps_directions

Find optimal travel routes between two locations using Google Maps. Choose driving, walking, bicycling, or transit modes for precise directions tailored to your journey.

Instructions

Get directions between two points

Input Schema

NameRequiredDescriptionDefault
destinationYesEnding point address or coordinates
modeNoTravel mode (driving, walking, bicycling, transit)
originYesStarting point address or coordinates

Input Schema (JSON Schema)

{ "properties": { "destination": { "description": "Ending point address or coordinates", "type": "string" }, "mode": { "description": "Travel mode (driving, walking, bicycling, transit)", "enum": [ "driving", "walking", "bicycling", "transit" ], "type": "string" }, "origin": { "description": "Starting point address or coordinates", "type": "string" } }, "required": [ "origin", "destination" ], "type": "object" }

You must be authenticated.

Other Tools from Google Maps MCP Server

Related Tools

ID: 8c9quakpv9