fr24api mcp for Zed
io.github.flightradar24/fr24api-mcp
MCP server providing access to the Flightradar24 API for real-time and historical flight data
client:Zed
transport:stdio
runtime:npm
Install fr24api mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"fr24api-mcp": {
"command": "npx",
"args": [
"-y",
"@flightradar24/fr24api-mcp"
],
"env": {
"FR24_API_KEY": "<FR24_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs