TRAVEL-PLANNER-MCP-Server
The Travel Planner MCP Server is designed to facilitate travel-related tasks by interacting with Google Maps services. It offers functionalities such as searching for locations, retrieving place details, calculating routes, and obtaining timezone information, enhancing user experience in travel planning.
Travel Planner MCP Server
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.
Components
- searchPlaces: Search for places using Google Places API.
- getPlaceDetails: Get detailed information about a specific place.
- calculateRoute: Calculate route between two locations.
- getTimeZone: Get timezone information for a location.
Installation & Usage
Installing via Smithery
Install Travel Planner for Claude Desktop automatically via Smithery.
Installing Manually
Use npx or npm for installation.
Configuration
Add configurations to "mcpServers" in claude_desktop_config.json for usage with Claude Desktop.
Development
Clone the repository, install dependencies, and build the project.