← Index

io.github.GoneTone/mcp-server-taiwan-weather

io.github.GoneTone/mcp-server-taiwan-weather·v0.1.4·Maps & Location
Quality Score
66
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mcp-server-taiwan-weather": {
      "command": "npx",
      "args": [
        "-y",
        "@gonetone/mcp-server-taiwan-weather"
      ],
      "env": {
        "CWA_API_KEY": "<your-cwa_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mcp-server-taiwan-weather": {
      "command": "npx",
      "args": [
        "-y",
        "@gonetone/mcp-server-taiwan-weather"
      ],
      "env": {
        "CWA_API_KEY": "<your-cwa_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @gonetone/mcp-server-taiwan-weather
§02  Environment variables
CWA_API_KEY
requiredsecret

您的中央氣象署 API 授權碼。 請前往 https://opendata.cwa.gov.tw/user/authkey,登入後點擊 "取得授權碼" 取得。

§03  MCP Quality Score  ·  methodology
freshness
11
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Maps & Location