Skip to content
Claude Desktop

weather server python for Claude Desktop

io.github.lxchst/weather-server-python

An MCP server that provides weather information

client:Claude Desktop transport:stdio runtime:pypi

Install weather server python in Claude Desktop

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

{
  "mcpServers": {
    "weather-server-python": {
      "command": "uvx",
      "args": [
        "chst-weather"
      ]
    }
  }
}

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

weather server python in other clients