Skip to main content
Glama
njohnsn

Weather MCP Server

by njohnsn

Weather MCP Server

A Model Context Protocol (MCP) server that provides weather information using the OpenWeather API.

Purpose

This MCP server provides a secure interface for AI assistants to get current weather conditions, 5-day forecasts, and perform temperature conversions.

Related MCP server: Weather MCP Server

Features

Current Implementation

  • get_current_weather - Get current weather conditions for any city with temperature, humidity, wind, and pressure

  • get_weather_forecast - Get detailed 5-day weather forecast with 3-hour intervals

  • convert_temperature - Convert temperatures between Celsius and Fahrenheit

Prerequisites

Installation

See the step-by-step instructions provided with the files.

Usage Examples

In Claude Desktop, you can ask:

  • "What's the weather like in New York?"

  • "Show me the 5-day forecast for London in Fahrenheit"

  • "Convert 25 degrees Celsius to Fahrenheit"

  • "What's the current temperature in Tokyo?"

  • "Give me the weather forecast for Paris this week"

Architecture

Related MCP Connectors

Related MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables AI assistants to fetch current weather conditions and forecasts for any city using the Open-Meteo API. Provides temperature, precipitation, and hourly forecast data through natural language queries.
    -
  • A
    license
    A
    quality
    C
    maintenance
    Enables AI assistants to retrieve real-time weather data and 5-day forecasts for any city using the OpenWeather API, supporting both metric and imperial units.
    2
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Provides real-time weather data and 5-day forecasts using OpenWeatherMap API. Supports querying by city name, country code, or geographic coordinates with detailed climate information including temperature, humidity, wind, and UV index.
    7 npm
    MIT