Skip to content
Cursor

AENA Flights MCP for Cursor

io.github.mrgo2/aena-mcp

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

client:Cursor transport:stdio runtime:npm

Install AENA Flights MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "aena-mcp": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

AENA Flights MCP in other clients