Skip to content
Cline

weather mcp for Cline

io.github.mrfentmen/weather-mcp

Unified weather server: NWS forecasts and alerts, USGS earthquakes, and FEMA disasters.

client:Cline transport:stdio runtime:npm

Install weather mcp in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

{
  "mcpServers": {
    "weather-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@mrfentmen/weather-mcp"
      ]
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

weather mcp in other clients