Skip to main content
Glama

Weather MCP Server

Ein MCP-Server, der Wetterwarnungen und Vorhersagen von der National Weather API abruft.

Voraussetzungen

  • Node.js 18 oder neuer

  • Ein MCP-kompatibler Client

Related MCP server: @cyanheads/nws-weather-mcp-server

Installation

npm install
npm run build

Der kompilierte Server wird in build/index.js geschrieben.

MCP-Client-Konfiguration

Konfigurieren Sie Ihren MCP-Client so, dass er den kompilierten Server über stdio startet. Beispiel:

{
  "mcpServers": {
    "weather": {
      "command": "node",
      "args": ["/absolute/path/to/weather/build/index.js"]
    }
  }
}

Ersetzen Sie den Pfad durch den absoluten Pfad zu diesem Projekt.

Verfügbare Tools

get_alerts

Gibt aktive Wetterwarnungen (Active Weather Alerts) zurück.

Eingabe:

  • state: zweibuchstabiger Code, z. B. CA

get_forecast

Gibt die Wettervorhersage für einen geografischen Standort zurück.

Eingabe:

  • latitude: Zahl von -90 bis 90

  • longitude: Zahl von -180 bis 180

Datenquelle

Weather data is provided by: Die Wetterdaten werden von der National Weather Service API bereitgestellt.

Lizenz

ISC

A
license - permissive license
Not graded
quality - not tested
B
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.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • Get US weather forecasts, active alerts, and current observations.

  • US weather, alerts, earthquakes and elevation for AI agents, from NWS/NOAA and USGS. No API keys.

  • US weather & geo for AI agents: forecasts, alerts, earthquakes, elevation, geocoding. No keys.

View all MCP Connectors

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/andresilvase/weather-mcp'

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