weather-mcp-server

shreyaschhabra/weather-mcp-server
★ 1 stars Python API Integration Updated 3d ago
MCP weather server with 12 tools, Gemini 3.1 Flash Lite integration, and Streamlit UI
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": {
    "weather-mcp-server": {
      "command": "uvx",
      "args": [
        "weather-mcp-server"
      ]
    }
  }
}

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

README Excerpt

**Live demo: [instaweather.streamlit.app](https://instaweather.streamlit.app/)** A production-grade **Model Context Protocol (MCP)** server that exposes 12 real-time weather tools to large language models. Built in Python using the FastMCP framework, integrated with Google Gemini 3.1 Flash Lite, and deployable as a Streamlit web application or a FastAPI REST service.

Tools (1)

GEMINI_API_KEY