pipeworx-io/mcp-airports
MCP server for airport data — search airports, get details by IATA code, and calculate distances
Platform-specific configuration:
{
"mcpServers": {
"mcp-airports": {
"command": "npx",
"args": [
"-y",
"mcp-airports"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Airports MCP — wraps AirportGap API (free, no auth required)
Part of the Pipeworx open MCP gateway.
| Tool | Description | |------|-------------|
Add to your MCP client config:
{
"mcpServers": {
"airports": {
"url": "https://gateway.pipeworx.io/airports/mcp"
}
}
}Or use the CLI:
npx pipeworx use airportsMIT
Loading reviews...