Skip to main content
Glama

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.

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

-
security - not tested
F
license - not found
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Provides weather information through OpenWeather API, enabling users to get current weather conditions, 5-day forecasts, and perform temperature conversions for any city. Offers a secure interface for AI assistants to access comprehensive weather data including temperature, humidity, wind, and pressure information.

  1. Purpose
    1. Features
      1. Current Implementation
    2. Prerequisites
      1. Installation
        1. Usage Examples
          1. Architecture

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

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