mcp-weather-server

Ambreen874/mcp-weather-server
★ 0 stars Python AI/LLM Updated 5d ago
MCP server that gives AI assistants real-time weather & location lookup tools, built with the official Model Context Protocol Python SDK
View on GitHub → 🔍 Audit Wallet Slippage →

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