Skip to content
Claude Desktop

Weather MCP Server for Claude Desktop

io.github.isdaniel/mcp_weather_server

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

client:Claude Desktop transport:stdio runtime:pypi

Install Weather MCP Server in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "mcp_weather_server": {
      "command": "uvx",
      "args": [
        "mcp-weather-server"
      ]
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Weather MCP Server in other clients