Skip to content
Grok

fr24api mcp for Grok

io.github.flightradar24/fr24api-mcp

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

client:Grok transport:stdio runtime:npm

Install fr24api mcp in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "fr24api-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@flightradar24/fr24api-mcp"
      ],
      "env": {
        "FR24_API_KEY": "<FR24_API_KEY>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

fr24api mcp in other clients