Skip to content
Claude Desktop

AENA Flights MCP for Claude Desktop

io.github.mrgo2/aena-mcp

Flight data for Spain's 50 AENA airports over the public and OAuth2 REST APIs

client:Claude Desktop transport:stdio runtime:npm

Install AENA Flights MCP in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "aena-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-aena"
      ],
      "env": {
        "AENA_CLIENT_SECRET": "<AENA_CLIENT_SECRET>",
        "AENA_CLIENT_ID": "<AENA_CLIENT_ID>",
        "AENA_TENANT_ID": "<AENA_TENANT_ID>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

AENA Flights MCP in other clients