mcp server taiwan weather for Windsurf
io.github.gonetone/mcp-server-taiwan-weather
用於取得臺灣中央氣象署 API 資料的 Model Context Protocol (MCP) Server
client:Windsurf
transport:stdio
runtime:npm
Install mcp server taiwan weather in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"mcp-server-taiwan-weather": {
"command": "npx",
"args": [
"-y",
"@gonetone/mcp-server-taiwan-weather"
],
"env": {
"CWA_API_KEY": "<CWA_API_KEY>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs