aviationstack-mcp-server

raviagrawal121/aviationstack-mcp-server
★ 0 stars Python AI/LLM Updated today
A production-ready MCP server powered by the AviationStack API. It seamlessly equips LLMs with real-time global aviation intelligence, enabling tools to query live airline flights, airport timetables and schedules, future flight routes, and aircraft specifications with high reliability.
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": {
    "aviationstack-mcp-se": {
      "command": "uvx",
      "args": [
        "aviationstack-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install aviationstack-mcp-server