AI-Travel-Planner

Vaishnavi-Aswale/AI-Travel-Planner
★ 0 stars Python API Integration Updated today
AI travel planning application that creates extremely detailed, personalized travel itineraries using multiple MCP servers and Google Maps integration
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ai-travel-planner": {
      "command": "uvx",
      "args": [
        "ai-travel-planner"
      ]
    }
  }
}

Or install with pip: pip install ai-travel-planner

README Excerpt

A Streamlit-based AI travel planning application that creates extremely detailed, personalized travel itineraries using multiple MCP servers and Google Maps integration. The app uses Airbnb MCP for real accommodation data and a custom Google Maps MCP for precise distance calculations and location services.