What is A Travel Planner Model Context Protocol (MCP) server implementation for interacting with Google Maps and travel planning services.?
This server enables LLMs to perform travel-related tasks such as location search, place details lookup, and travel time calculations.
Documentation
Travel Planner MCP Server (@gongrzhe/server-travelplanner-mcp)
A Travel Planner Model Context Protocol (MCP) server implementation for interacting with Google Maps and travel planning services. This server enables LLMs to perform travel-related tasks such as location search, place details lookup, and travel time calculations.
Installation & Usage# Installing via Smithery
To install Travel Planner for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @GongRzhe/TRAVEL-PLANNER-MCP-Server --client claude
Installing Manually
npx @gongrzhe/server-travelplanner-mcp
# With environment variable for Google Maps API
GOOGLE_MAPS_API_KEY=your_api_key npx @gongrzhe/server-travelplanner-mcp
Or install globally:
npm install -g @gongrzhe/server-travelplanner-mcp
# Run after global installation
GOOGLE_MAPS_API_KEY=your_api_key @gongrzhe/server-travelplanner-mcp
Components# Tools
searchPlaces
Search for places using Google Places API
Input:
query (string): Search query for places
location (optional): Latitude and longitude to bias results
radius (optional): Search radius in meters
getPlaceDetails
Get detailed information about a specific place
Input:
placeId (string): Google Place ID to retrieve details for