Skip to main content
Glama
elmopps

weather-mcp-server

by elmopps

Weather MCP Server

An MCP (Model Context Protocol) server that gives Claude real-time weather data from the US National Weather Service API — no API key needed.

What it does

  • get_alerts — fetches active weather alerts for any US state

  • get_forecast — fetches a 5-period forecast for any lat/long location

Related MCP server: Weather MCP Server

Requirements

  • Python 3.12+

  • uv

Setup

Clone the repo and install dependencies:

git clone https://github.com/YOUR_USERNAME/weather-mcp-server
cd weather-mcp-server
uv venv --python 3.12
source .venv/bin/activate
uv add "mcp[cli]" httpx

Connect to Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "weather": {
      "command": "uv",
      "args": ["--directory", "/path/to/weather-mcp-server", "run", "weather.py"]
    }
  }
}

Restart Claude Desktop. Look for the hammer icon in the chat input.

Built with

Install Server
F
license - not found
B
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/elmopps/weather-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server