mcpbeat Sign in

Fr24api MCP Server

by flightradar24 Your server? Claim it
local only

Fr24api MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 139 installs a week from npm. Last commit 22 Jan 2026.

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

Installs per day peak 38 · avg 16 · +100% w/w
a month agotoday
139
Installs / week
npm · @flightradar24/fr24api-mcp
27
Stars
0 open issues
22 Jan 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Fr24api 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 fr24api-mcp -- npx -y @flightradar24/fr24api-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "fr24api-mcp": {
      "args": [
        "-y",
        "@flightradar24/fr24api-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.fr24api-mcp]
command = "npx"
args = ["-y", "@flightradar24/fr24api-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "fr24api-mcp": {
      "args": [
        "-y",
        "@flightradar24/fr24api-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "fr24api-mcp": {
      "args": [
        "-y",
        "@flightradar24/fr24api-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: FR24_API_KEY (Your API key for Flightradar24 API). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Fr24api MCP

same job, measured the same way
Zwldarren Akshare One MCP
by smithery

Provide access to Chinese stock market data including historical prices, real-time data, news, and…

answering
Pulse Subregistry
by pulsemcp

MCP server providing access to the PulseMCP Sub-Registry for browsing and discovering MCP servers.

60 installs/wk local only
AniList
by yuna0x0

AniList MCP server for accessing AniList API data

161 installs/wk local only
FHIR MCP Server
by wso2

MCP server providing seamless access to FHIR APIs for AI tools and healthcare applications

209 installs/wk local only
Gunsnation
by dynamicdeals

MCP server for real-time access to the Gunsnation firearms catalog and specifications.

38 installs/wk local only
BoardGameGeek MCP Server
by kkjdaniel

BoardGameGeek MCP server providing access to BGG API data through standardized tools

local only
Scorecard
by scorecard

MCP server providing access to the Scorecard API to evaluate and optimize LLM systems.

328 installs/wk answering
Webull OpenAPI
by webull-inc

MCP server for Webull OpenAPI: trading and market data access for AI assistants

554 installs/wk local only

Fr24api MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Fr24api MCP?
Fr24api 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 @flightradar24/fr24api-mcp was installed 139 times last week.
How do I connect Fr24api 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 @flightradar24/fr24api-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Fr24api MCP?
The npm package @flightradar24/fr24api-mcp was installed 139 times in the last week. Week over week that is +100%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Fr24api MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 27 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.