Pradumnasaraf/aviationstack-mcp
An MCP server using the AviationStack API to fetch real-time flight data including airline flights, airport schedules, future flights and aircraft types.
Quick Start
Clone the repository:
git clone https://github.com/Pradumnasaraf/aviationstack-mcpClaude Desktop configuration example:
{
"mcpServers": {
"aviationstack-mcp": {
"command": "npx",
"args": [
"-y",
"Pradumnasaraf/aviationstack-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.