mcp-server-weather-js

mcp-server-weather-js

3.6

If you are the rightful owner of mcp-server-weather-js and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcpreview.com.

Node.js server implementing Model Context Protocol (MCP) for accessing weather information in the US.

The Simple Weather MCP Server is a Node.js application designed to provide weather information for locations within the United States. It implements the Model Context Protocol (MCP), which allows for structured and efficient data exchange. This server is particularly useful for developers looking to integrate weather data into their applications without having to deal with complex APIs directly. The server is available as an npm package, making it easy to deploy and use with tools like npx. It is part of the MCP Quickstart guide, which provides a comprehensive introduction to using MCP for various applications. The server supports fetching weather forecasts and alerts, making it a versatile tool for weather-related data needs.

Features

  • Provides weather alerts for US states.
  • Fetches weather forecasts based on latitude and longitude.
  • Easy integration with Claude Desktop through JSON configuration.
  • Available as an npm package for quick deployment.
  • Part of the MCP Quickstart guide for easy learning and implementation.

Tools

  1. get-alerts

    Get weather alerts for a US state. Input: state (string): Two-letter US state code (e.g. CA, NY)

  2. get-forecast

    Get weather forecast for a location in the US. Inputs: latitude (number), longitude (number)

Related MCP Servers

View all weather servers →