cwa mcp server for Claude Desktop
io.github.gary2376/cwa-mcp-server
MCP server for Taiwan CWA open data: weather forecast, earthquake, warnings, typhoon.
client:Claude Desktop
transport:stdio
runtime:pypi
Install cwa mcp server in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"cwa-mcp-server": {
"command": "uvx",
"args": [
"cwa-mcp-server"
],
"env": {
"CWA_API_KEY": "<CWA_API_KEY>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs