andresilvase

Weather MCP Server

Community andresilvase
Updated

Simple Weather MCP Server

Weather MCP Server

An MCP server that retrieves weather alerts and forecasts from the National Weather Service API.

Requirements

  • Node.js 18 or newer
  • An MCP-compatible client

Installation

npm install
npm run build

The compiled server is written to build/index.js.

MCP client configuration

Configure your MCP client to launch the built server over stdio. For example:

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

Replace the path with the absolute path to this project.

Available tools

get_alerts

Returns active weather alerts for a US state.

Input:

  • state: two-letter state code, such as CA

get_forecast

Returns the forecast for a geographic location.

Input:

  • latitude: number from -90 to 90
  • longitude: number from -180 to 180

Data source

Weather data is provided by the National Weather Service API.

License

ISC

MCP Server · Populars

MCP Server · New

    qcri

    🦡 codebadger

    🦡 codebadger is a containerized Model Context Protocol (MCP) server that gives AI agents and LLMs deep, queryable access to a codebase's structure and data flow through Joern Code Property Graphs (CPGs).

    Community qcri
    boringSQL

    DryRun PostgreSQL MCP

    PostgreSQL schema intelligence MCP server with offline linting, migration safety, query validation for AI coding assistants.

    Community boringSQL
    emerzon

    mtdata

    A MetaTrader 5 research toolkit with 90+ AI tools for forecasting, regime detection, pattern recognition, and live trading.

    Community emerzon
    OpenImageDebugger

    Open Image Debugger: Enabling visualization of in-memory buffers on GDB/LLDB

    An advanced in-memory image visualization plugin for GDB and LLDB on Linux, with experimental support for MacOS and Windows. Previously known as gdb-imagewatch. Also available as an extension for VSCode and forks

    Community OpenImageDebugger
    HQBase

    HQBase

    Your team's email workspace. In your Cloudflare account.

    Community HQBase