Weather MCP Server

by bobby169

Weather MCP Server

This project is a Model Context Protocol (MCP) server that provides weather information.

Features

  • Get current weather forecast for a specific latitude and longitude.
  • Get active weather alerts for a US state.

Setup

  1. Install dependencies:
    pnpm install
  2. Build the server:
    pnpm run build

Running the Server

This server is designed to be run by an MCP client, such as Claude for Desktop.

To configure Claude for Desktop (or a similar MCP client) to use this server, you'll need to point it to the built server. The typical configuration would involve specifying:

  • Command: node
  • Arguments: ["/ABSOLUTE/PATH/TO/YOUR/PROJECT/mcptest/build/index.js"]

Replace /ABSOLUTE/PATH/TO/YOUR/PROJECT/ with the actual absolute path to the mcptest directory on your system.

For example, if your project is in /Users/bohe/Desktop/mcptest, the argument would be ["/Users/bohe/Desktop/mcptest/build/index.js"].

Refer to your MCP client's documentation for specific instructions on how to add and configure an MCP server.

Development

  • Source code is in the src directory.
  • The main server logic is in src/index.ts.
  • Build output is in the build directory.

MCP Configuration

The .vscode/mcp.json file is provided for VS Code to recognize and potentially debug this MCP server.

You must be authenticated.

A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

A Model Context Protocol server that provides current weather forecasts for specific locations and active weather alerts for US states.

  1. Features
    1. Setup
      1. Running the Server
        1. Development
          1. MCP Configuration

            Related MCP Servers

            • -
              security
              F
              license
              -
              quality
              This is a Model Context Protocol (MCP) server that provides weather information using the National Weather Service (NWS) API. Features Get weather alerts for a US state Get weather forecast for a specific location (using latitude and longitude)
              Last updated -
              Python
              • Linux
              • Apple
            • -
              security
              -
              license
              -
              quality
              Provides a Model Context Protocol server that enables large language models to query and retrieve real-time weather forecasts for cities and regions across China.
              Last updated -
              Python
            • A
              security
              F
              license
              A
              quality
              A Model Context Protocol server that provides AI agents with tools to retrieve weather alerts and detailed forecasts for US locations using the National Weather Service API.
              Last updated -
              2
              115
              TypeScript
            • A
              security
              F
              license
              A
              quality
              A Model Context Protocol server that provides comprehensive weather data querying capabilities based on the Caiyun Weather API, supporting real-time weather, forecasts, and alerts with multi-language support.
              Last updated -
              7
              1
              TypeScript

            View all related MCP servers

            ID: zbeuxph7bl