Back to MCP directory
publicPublicdnsLocal runtime

mcp-server-taiwan-aqi

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

article

README

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

本項目可取得目前及過去 24 小時台灣各地空氣品質監測站資料,助您隨時掌握台灣空氣品質狀況。 Get current and past 24 hours air quality monitoring station data of Taiwan (R.O.C).

🚀 快速開始

安裝步驟

  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 替換為前一步驟解壓縮後的檔案存放路徑。

  1. 重新啟動 Claude Desktop 應用程式。
  2. 根據官方指南操作,確認看到以下工具:
    • 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