Back to MCP directory
publicPublicdnsLocal runtime

flightradar-24-mcp-server

Flightradar24 MCP服务器项目

article

README

🚀 飞行雷达24 MCP 服务器

飞行雷达24 MCP 服务器为飞行相关数据的处理和传输提供支持,助力用户更高效地获取和利用飞行信息,提升飞行数据管理的便捷性与准确性。

🚀 快速开始

由于提供的原始内容有限,暂未获取到关于快速开始的具体信息。若您能补充相关内容,我将为您进一步完善。

help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client