Skip to content
Claude Desktop

Weatherapi for Claude Desktop

io.github.pipeworx-io/weatherapi

WeatherAPI.com MCP — wraps WeatherAPI.com (api.weatherapi.com)

client:Claude Desktop transport:streamable-http

Install Weatherapi in Claude Desktop

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

{
  "mcpServers": {
    "weatherapi": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://gateway.pipeworx.io/weatherapi/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

Weatherapi in other clients