MCP Directory
Back

mcp-server-weather

by one-repo-to-rule-them-all · Python · ★ 0

A simple mcp weather server from MCP official documentation: https://modelcontextprotocol.io/docs/develop/build-server

Install

pip install git+https://github.com/one-repo-to-rule-them-all/mcp-server-weather.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server-weather": {
      "command": "uvx",
      "args": [
        "git+https://github.com/one-repo-to-rule-them-all/mcp-server-weather.git"
      ]
    }
  }
}

From the README

A Model Context Protocol (MCP) server that provides real-time weather alerts and forecasts using the National Weather Service (NWS) API. This implementation uses the framework for high-performance, asynchronous tool execution. * **State-Wide Alerts**: Fetch active weather warnings and advisories for any US state. * **Coordinate-Based Forecasts**: Get precise 7-day weather forecasts using latitude and longitude. * **FastMCP Framework**: Leverages the latest Python SDK for simplified tool registration and type safety. * **Asynchronous**: Built with for non-blocking API requests.…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related developer tools servers