weather-mcp-server

saimoom026/weather-mcp-server
★ 0 stars Python AI/LLM Updated today
An MCP server.
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

**Homework Submission**: Build Your Own Weather-Prediction MCP Server + Agent **Date**: 2026-08-08 **Based on**: Day 3 (databricks-lakebase-app-day-3) - Agent Bricks + Alpaca Markets paper-trading MCP server This project implements a **Weather-Prediction MCP Server** that exposes weather-forecast tools via the Model Context Protocol (MCP), and a **Databricks Agent Bricks agent** that uses these tools to answer natural-language weather questions and make recommendations.

Tools (7)

datedaysget_current_weatherget_forecastget_travel_recommendationlocationpredict_umbrella_needed