MCP-Weather-Server

rebinnajeeb/MCP-Weather-Server
★ 0 stars Python 🔌 API Integration Updated 8d ago
A Python-based MCP (Model Context Protocol) server that connects Claude Desktop to the OpenWeatherMap API, enabling Claude to fetch real-time weather data for any city worldwide.
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": {
    "mcp-weather-server": {
      "command": "uvx",
      "args": [
        "mcp-weather-server"
      ]
    }
  }
}

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