Flight Radar for Claude Desktop
io.github.mcp-dir/flightradar-mcp
Live flight radar: real-time position of any aircraft transmitting ADS-B right now. Search by regist
client:Claude Desktop
transport:streamable-http
tools:12
Install Flight Radar in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"flightradar-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.mcp.ai/p_flightradar"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs