Canadian-Weather-MCP-Server

tridibbanik17/Canadian-Weather-MCP-Server
★ 0 stars Python 🤖 AI/LLM Updated today
A Python MCP server that provides real-time Canadian weather forecasts and alerts for Claude Desktop, managed with uv (fast Python package manager).
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

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

Or install with pip: pip install canadian-weather-mcp-server