Back to MCP directory
publicPublicdnsLocal runtime

TaiwanWeatherWithMCP_Server

通过串接中央气象局API获取台湾天气数据,为AI模型提供准确气象信息

article

README

🚀 台湾天气与MCP服务器整合

本项目实现了台湾天气数据与MCP服务器的整合,借助MCP Python-sdk获取相关服务,同时利用中央气象署开放资料平台的API接口获取台湾天气数据,为相关应用提供数据支持。

🚀 快速开始

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