Skip to content
Cline

Weather MCP Server for Cline

io.github.isdaniel/mcp_weather_server

providing weather information, air quality data, and timezone utilities using the Open-Meteo API.

client:Cline transport:stdio runtime:pypi

Install Weather MCP Server 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": {
    "mcp_weather_server": {
      "command": "uvx",
      "args": [
        "mcp-weather-server"
      ]
    }
  }
}

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

Weather MCP Server in other clients