AI-Travel-Planning-App-using-LangGraph-and-MCP

amarjeetsingh92/AI-Travel-Planning-App-using-LangGraph-and-MCP
★ 2 stars Python AI/LLM Updated today
This project extends the Multi-Agent Travel Planning System built in Part 1 by integrating MCP (Model Context Protocol) servers for real-time flight and weather data.
View on GitHub → 🔍 Audit Wallet Slippage →

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-planning-a": {
      "command": "uvx",
      "args": [
        "ai-travel-planning-app-using-langgraph-and-mcp"
      ]
    }
  }
}

Or install with pip: pip install ai-travel-planning-app-using-langgraph-and-mcp