Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Multi Weather

FreeNot checked

MCP server for checking historical weather data for cities using OpenWeather API. Exposes a get_historical_weather tool.

GitHubEmbed

About

MCP server for checking historical weather data for cities using OpenWeather API. Exposes a get_historical_weather tool.

README

Description

MCP server for checking the weather history and forecast. This Model Context Protocol (MCP) server provides weather data functionality through a FastMCP-based service that integrates with weather providers to deliver historical weather information.

The server exposes a get_historical_weather tool that allows checking weather conditions for specific cities on past dates, making it useful for applications that need historical weather data.

How to run it

First you need to create a valid API key with OpenWeather, and set it in your env file:

$ cp .env.example .env
$ vim .env # Modify the values

Now you can run the server locally:

$ uv run mcp-multi-weather

Or, you can install the package in your claude-desktop:

$ uv run fastmcp install claude-desktop src/mcp_multi_weather/cli/server.py --env-file .env --env PYTHONPATH=$PWD/src/

Development

You can run the tests using pytest:

$ uv run pytest
$ uv run pytest --ow-api-key=DUMMY  # To run tests against the real OpenWeather API

You can also check the syntax and lint the code with pyright and ruff:

$ uv run pyright
$ uv run ruff check
$ uv run ruff format

from github.com/igalarzab/mcp-multi-weather

Install Multi Weather in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install mcp-multi-weather

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add mcp-multi-weather -- uvx mcp-multi-weather

FAQ

Is Multi Weather MCP free?

Yes, Multi Weather MCP is free — one-click install via Unyly at no cost.

Does Multi Weather need an API key?

No, Multi Weather runs without API keys or environment variables.

Is Multi Weather hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install Multi Weather in Claude Desktop, Claude Code or Cursor?

Open Multi Weather on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Multi Weather with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs