Loading MCP server directory, please wait...
用於取得臺灣中央氣象署 API 資料的 Model Context Protocol (MCP) Server
npx @getmcp/cli add io.github.GoneTone/mcp-server-taiwan-weatherRequires Node.js 18+. Community-contributed server. Review source before installing.
CWA_API_KEY您的中央氣象署 API 授權碼。 請前往 https://opendata.cwa.gov.tw/user/authkey,登入後點擊 "取得授權碼" 取得。
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.GoneTone/mcp-server-taiwan-weather": {
"command": "npx",
"args": [
"-y",
"@gonetone/mcp-server-taiwan-weather"
],
"env": {
"CWA_API_KEY": ""
}
}
}
}