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.
What APIs need to be enabled for the Google Maps API key?
The Google Maps API key should have the Places API, Directions API, Geocoding API, and Time Zone API enabled.
Can I use this server without a Google Maps API key?
No, a valid Google Maps API key is required to use the Travel Planner MCP Server.
What travel modes are supported for route calculation?
The server supports driving, walking, bicycling, and transit as travel modes for route calculation.
Is it possible to install the server globally?
Yes, you can install the server globally using npm and run it with the required environment variables.
How do I build the project from source?
Clone the repository, install dependencies with npm install, and build the project using npm run build.