mcpbeat Sign in

AENA Flights MCP Server

local only

AENA Flights MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 133 installs a week from npm. Last commit 13 Aug 2026.

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

Installs per day peak 293 · avg 12
a month agotoday
133
Installs / week
npm · mcp-aena
1
Stars
0 open issues
13 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check AENA Flights MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add aena-mcp -- npx -y mcp-aena
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "aena-mcp": {
      "args": [
        "-y",
        "mcp-aena"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.aena-mcp]
command = "npx"
args = ["-y", "mcp-aena"]
.cursor/mcp.json
{
  "mcpServers": {
    "aena-mcp": {
      "args": [
        "-y",
        "mcp-aena"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "aena-mcp": {
      "args": [
        "-y",
        "mcp-aena"
      ],
      "command": "npx"
    }
  }
}

Alternatives to AENA Flights MCP

same job, measured the same way
UnifAPI
by unifapi

Hosted MCP server for live public-data APIs and Skills for AI agents.

answering
Google Flights
by pulsemcp

MCP server for searching Google Flights — flight search, date grid pricing, and airport lookup.

169 installs/wk local only
Fr24api MCP
by flightradar24

MCP server providing access to the Flightradar24 API for real-time and historical flight data

123 installs/wk local only
Dockerhub
by pipeworx-io

Docker Hub MCP — wraps the Docker Hub v2 API (free, no auth required for public data)

35 tools answering
Groupsio
by ke4qqq

MCP server for consuming and managing Groups.io data via the Groups.io REST API

32 installs/wk local only
Reddit Ads MCP
by mkerchenski

MCP server for the Reddit Ads API. List accounts, campaigns, ads, and pull reports.

local only
Github
by pipeworx-io

GitHub MCP — wraps the GitHub public REST API (no auth required for public endpoints)

40 tools answering
PuckAPI
by noahowsh

The hockey data API. Stats, odds, and everything between. REST API and MCP server.

answering

AENA Flights MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for AENA Flights MCP?
AENA Flights MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package mcp-aena was installed 133 times last week.
How do I connect AENA Flights MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mcp-aena straight from npm; nothing to host, nothing to sign up for.
How many people use AENA Flights MCP?
The npm package mcp-aena was installed 133 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is AENA Flights MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.