fr24api mcp for Cursor
io.github.flightradar24/fr24api-mcp
MCP server providing access to the Flightradar24 API for real-time and historical flight data
client:Cursor
transport:stdio
runtime:npm
Install fr24api mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"fr24api-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@flightradar24/fr24api-mcp"
],
"env": {
"FR24_API_KEY": "<FR24_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs