{"type":"mcp_server","name":"TRAVEL-PLANNER-MCP-Server","description":"This repository provides a Travel Planner Model Context Protocol (MCP) server that enables LLMs to interact with Google Maps for travel-related tasks like searching places, getting details, and calculating routes.","category":"Developer Tools","language":"JavaScript","stars":98,"forks":3,"owner":"GongRzhe","github_url":"https://github.com/GongRzhe/TRAVEL-PLANNER-MCP-Server","homepage":null,"setup":"## Setup\n\n**Installing via Smithery**:\n\nTo install Travel Planner for Claude Desktop automatically via [Smithery](https://smithery.ai/server/@GongRzhe/TRAVEL-PLANNER-MCP-Server):\n\n```bash\nnpx -y @smithery/cli install @GongRzhe/TRAVEL-PLANNER-MCP-Server --client claude\n```\n\n**Installing Manually**:\n\n```bash\n# Using npx (recommended)\nnpx @gongrzhe/server-travelplanner-mcp\n\n# With environment variable for Google Maps API\nGOOGLE_MAPS_API_KEY=your_api_key npx @gongrzhe/server-travelplanner-mcp\n```\n\nOr install globally:\n\n```bash\n# Install globally\nnpm install -g @gongrzhe/server-travelplanner-mcp\n\n# Run after global installation\nGOOGLE_MAPS_API_KEY=your_api_key @gongrzhe/server-travelplanner-mcp\n```\n\n**Building from Source**:\n\n1. Clone the repository\n2. Install dependencies:\n   ```bash\n   npm install\n   ```\n3. Build the project:\n   ```bash\n   npm run build\n   ```","tools":"## Available Tools\n\n1.  **searchPlaces** (Search for places using Google Places API)\n2.  **getPlaceDetails** (Get detailed information about a specific place)\n3.  **calculateRoute** (Calculate route between two locations)\n4.  **getTimeZone** (Get timezone information for a location)","faq":null,"created_at":"2024-12-24T14:44:04+00:00","updated_at":"2025-03-27T21:11:14+00:00","source_url":"https://model-context-protocol.com/servers/travel-planner-itinerary-management-microservice","related_articles":[]}