Weather-MCP-Server

im-manideep/Weather-MCP-Server
★ 0 stars HTML API Integration Updated today
A Python MCP server that exposes live weather — current conditions and multi-day forecasts — to any AI client via the free, no-API-key Open-Meteo API.
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "weather-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "im-manideep/Weather-MCP-Server"
      ]
    }
  }
}