Back to MCP Servers

Aviationstack

An MCP server using the AviationStack API to fetch real-time flight data including airline flights, airport schedules, future flights and aircraft types.

travel-transportationapiai

Installation

npx -y aviationstack-mcp

Configuration

{
  "mcpServers": {
    "aviationstack-mcp": {
      "command": "npx",
      "args": ["-y", "aviationstack-mcp"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub