Developer Tools
Trust: 28/100 (Limited)io.github.GoneTone/mcp-server-taiwan-weather Guide
用於取得臺灣中央氣象署 API 資料的 Model Context Protocol (MCP) Server
7 starsby GoneTone
Quick Start
Install
npx @gonetone/mcp-server-taiwan-weatherClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-gonetone-mcp-server-taiwan-weather": {
"command": "npx",
"args": [
"@gonetone/mcp-server-taiwan-weather"
]
}
}
}