Skip to main content
Glama
vihanrs

Weather MCP Server

by vihanrs

Weather MCP Server

An MCP (Model Context Protocol) server that provides weather tools for AI assistants, built with xmcp.

Features

Tools

  • get-current-weather - Get current weather conditions for any city (temperature, humidity, wind speed)

  • get-forecast - Get weather forecast for 1-7 upcoming days

  • compare-weather - Compare weather between two cities

Resources

  • weather://{city}/current - Current weather data as a resource

Prompts

  • weather-summary - Generate weather summary prompts

Related MCP server: OpenWeather MCP Server

Installation

npm install

Usage

Development

npm run dev

Production

npm run build
npm run start

Inspect with MCP Inspector

npm run inspect

Configuration

Add to your MCP client configuration:

{
  "mcpServers": {
    "weather": {
      "command": "node",
      "args": ["/path/to/weather-mcp/dist/stdio.js"]
    }
  }
}

API

This server uses the free Open-Meteo API for weather data. No API key required.

Tech Stack

License

MIT

F
license - not found
Not graded
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

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
    Not graded
    quality
    D
    maintenance
    Provides real-time weather data and forecasts for locations worldwide using the OpenWeatherMap API. It enables AI assistants to retrieve current conditions, temperature, and forecasts through a simple tool-based interface.
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Provides real-time weather information and multi-day forecasts using the Open-Meteo API through a robust, enterprise-grade architecture. It enables AI assistants to retrieve current conditions, 7-day forecasts, and contextual weather data for any location.
    22
    MIT
  • A
    license
    Not graded
    quality
    F
    maintenance
    Enables AI assistants to retrieve current weather, forecasts, and summaries for any global location using the Open-Meteo API, with no API key required.
    21
    Creative Commons Zero v1.0 Universal

View all related MCP servers

Related MCP Connectors

  • Global weather via Open-Meteo: forecast, ERA5 archive, marine, air quality, geocoding, elevation.

  • Real-time weather conditions and multi-day forecasts via Open-Meteo — free, no API key required

  • US weather & geo for AI agents: forecasts, alerts, earthquakes, elevation, geocoding. No keys.

View all MCP Connectors

Latest Blog Posts

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/vihanrs/weather-xmcp'

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