mcp-weather-server

moaaz01/mcp-weather-server
★ 0 stars Python AI/LLM Updated 1d ago
A production-ready MCP weather server built with the official Anthropic FastMCP Python SDK. Demonstrates tools, resources, prompts, and both stdio/Streamable HTTP transports.
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": {
    "mcp-weather-server": {
      "command": "uvx",
      "args": [
        "mcp-weather-server"
      ]
    }
  }
}

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

README Excerpt

> A production-ready **Model Context Protocol** weather server built with the official [Anthropic FastMCP Python SDK](https://github.com/modelcontextprotocol/python-sdk). Provides weather forecasts, alerts, and current conditions through a standardized AI-agent interface. --- - **🔧 2 Tools**: `get_alerts` (weather alerts by state) and `get_forecast` (5-day forecast by coordinates)

Tools (5)

commandlatitudelongitudestateweather

Topics

ai-toolsfastmcpmcpmodel-context-protocolpython