# Xweather Weather MCP [Health: Active]

**Category:** 💻 Developer Tools  
**Repository:** https://github.com/vaisala-xweather/xweather-mcp-registry  
**GitHub Stars:** 0  
**Views:** 0  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/xweather-weather-mcp

## Description
Hosted MCP server for Xweather weather data: conditions, forecasts, alerts, and more.

## Claude Desktop Quick Installation
Remote MCP endpoint (confidence: high). Install path detected from listing signals. Add as a URL/SSE server in your client:

```json
"mcpServers": {
  "xweather-weather-mcp": {
    "url": "https://registry.modelcontextprotocol.io/v0.1/servers?search=com.xweather/weather"
  }
}
```

## Documentation & README

# xweather-mcp-registry

server.json for Xweather's listing on the official MCP Registry.

Live listing: https://registry.modelcontextprotocol.io/v0.1/servers?search=com.xweather/weather

## Updating

Edit server.json, bump the version, then run:

```bash
mcp-publisher validate
mcp-publisher publish
```

Requires DNS-based auth for xweather.com. See https://modelcontextprotocol.io/registry/authentication.

