Multi Weather
FreeNot checkedMCP server for checking historical weather data for cities using OpenWeather API. Exposes a get_historical_weather tool.
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
Install Multi Weather in Claude Desktop, Claude Code & Cursor
unyly install mcp-multi-weatherInstalls 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-weatherFAQ
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
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare 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
