Back to MCP directory
publicPublicdnsLocal runtime

mcp-server-taiwan-aqi--

获取台湾各地空气品质监测站当前及过去24小时数据的MCP服务

article

README

🚀 台灣空氣品質監測站資料

本项目可获取目前及过去 24 小时台湾各地空气品质监测站资料,为你及时掌握当地空气质量情况提供便利。

🚀 快速开始

🔧 使用方法

  1. 下载 PHP 8.2.x:可从此处下载。
  2. 下载并解压文件:下载打包好的档案并进行解压。
  3. 修改配置文件:修改 claude_desktop_config.json 文件,内容如下:
{
  "mcpServers": {
    "taiwanaqi": {
      "command": "php",
      "args": [
        "D:\\[YOUR_PATH_FOLDER]\\client.php",
        "api_key=YOUR_API_KEY"
      ]
    }
  }
}

需将 YOUR_PATH_FOLDER 替换为前一步骤解压后的存放路径。 4. 重启应用程序:重启 Claude Desktop 应用程式。 5. 确认工具显示:依照官方说明操作,确保能看到以下工具: - aqi-health-guidance - aqi-query - aqi-query-recent

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