Skip to content
Zed

AENA Flights MCP for Zed

io.github.mrgo2/aena-mcp

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

client:Zed transport:stdio runtime:npm

Install AENA Flights MCP in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "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>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

AENA Flights MCP in other clients