Back to MCP directory
publicPublicdnsLocal runtime

mcp-server-taiwan

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

article

README

🚀 台灣空氣品質監測站數據

本項目可助力你取得目前及過去 24 小時台灣各地空氣品質監測站的資料,幫助你隨時掌握台灣地區的空氣質量狀況。

🚀 快速開始

步驟一:下載 PHP 8.2.x

你可以從此鏈接下載 PHP 8.2.x 版本。

步驟二:下載並解壓縮檔案

下載打包好的檔案,並將其解壓縮到指定位置。

步驟三:修改配置文件

修改 claude_desktop_config.json 文件,內容如下:

{
  "mcpServers": {
    "taiwanaqi": {
      "command": "php",
      "args": [
        "D:\\[YOUR_PATH_FOLDER]\\client.php",
        "api_key=YOUR_API_KEY"
      ]
    }
  }
}

請將 YOUR_PATH_FOLDER 替換為前一步驟解壓縮後的存放路徑。

步驟四:重啟應用程式

重啟 Claude Desktop 應用程式,使配置生效。

步驟五:確認 Tools

按照官方說明操作,確認能看到以下 Tools:

  • 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