Skip to content
Claude Desktop

Weather API for Claude Desktop

io.github.br0ski777/weather-api

Current weather and 7-day forecast for any location. OpenMeteo-powered. x402 micropayment.

client:Claude Desktop transport:sse

Install Weather API in Claude Desktop

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

{
  "mcpServers": {
    "weather-api": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://weather-api.api.klymax402.com/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

Weather API in other clients