itamx

YogevKr/itamx
★ 0 stars Python 🔍 Search Updated today
CLI and MCP server for ITA Matrix airfare search via its reverse-engineered JSON API
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "itamx": {
      "command": "uvx",
      "args": [
        "itamx"
      ]
    }
  }
}

Or install with pip: pip install itamx