Connects to Taiwan's Central Weather Administration API to pull weather forecast data into your LLM conversations. Exposes one tool, get_taiwan_weather_forecast, which takes a Taiwanese city name and returns the official 36-hour forecast from the CWA's F-C0032-001 endpoint. You'll need to grab an API key from the CWA's open data portal first. Useful if you're building AI assistants that need to answer weather questions for Taiwan specifically, like "what's the weather in Kaohsiung today" or "give me the Taipei forecast." The setup is standard MCP over stdio, though Windows users might need to wrap npx in cmd or install globally and use node directly.
claude mcp add --transport stdio gonetone-mcp-server-taiwan-weather -- npx -y @gonetone/mcp-server-taiwan-weather