Weather_mcp_server

ishita0705/Weather_mcp_server
★ 0 stars Python 🔌 API Integration Updated today
Free weather API and web app built with FastAPI and MCP (Model Context Protocol). Real-time weather and 7-day forecasts for any city worldwide. No API key required. Powered by Open-Meteo.
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": "uvx",
      "args": [
        "weather-mcp-server"
      ]
    }
  }
}

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