Skip to content
Cline

MCP1 Weather Query for Cline

io.github.wcnm8888/mcp1-weather-query

Read-only current weather lookup by place name using Open-Meteo.

client:Cline transport:stdio runtime:pypi

Install MCP1 Weather Query 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": {
    "mcp1-weather-query": {
      "command": "uvx",
      "args": [
        "mcp-weather-query"
      ]
    }
  }
}

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

MCP1 Weather Query in other clients