Home › Other › mcp-server-taiwan-weather

mcp-server-taiwan-weather

用於取得臺灣中央氣象署 API 資料的 Model Context Protocol (MCP) Server

TypeScript
★ 11 stars Last pushed 2025-09-21 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.1.4)

npx -y @gonetone/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp-server-taiwan-weather": {
      "command": "npx",
      "args": [
        "-y",
        "@gonetone/[email protected]"
      ],
      "env": {
        "CWA_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • CWA_API_KEY required secret — 您的中央氣象署 API 授權碼。 請前往 https://opendata.cwa.gov.tw/user/authkey,登入後點擊 "取得授權碼" 取得。

Related servers

Data from the Official MCP Registry