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-mcpConfiguration
{
"mcpServers": {
"aviationstack-mcp": {
"command": "npx",
"args": ["-y", "aviationstack-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes