mcp-multi-weather
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-multi-weatherwhat was the weather in London on June 15th 2023?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-multi-weather
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.
Related MCP server: MCP Weather Server
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 valuesNow you can run the server locally:
$ uv run mcp-multi-weatherOr, 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 APIYou can also check the syntax and lint the code with pyright and ruff:
$ uv run pyright
$ uv run ruff check
$ uv run ruff formatThis server cannot be installed
Maintenance
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
- Alicense-qualityDmaintenanceAn MCP server that enables retrieval of historical weather data (temperature, precipitation, conditions, etc.) from Visual Crossing for specified locations and dates.Last updated1GPL 3.0
- AlicenseBqualityDmaintenanceProvides tools to retrieve current weather conditions and daily forecasts for cities worldwide using the Open-Meteo API. This Python-based server enables MCP-compatible clients to access real-time meteorological data through a standardized interface.Last updated2MIT
- Alicense-qualityDmaintenanceDemo MCP server that provides weather data for cities, with tools to get weather and list available cities.Last updatedMIT
- Flicense-qualityDmaintenanceMCP server that integrates OpenWeatherMap API to fetch current weather for a specified city.Last updated
Related MCP Connectors
MCP server exposing the Backtest360 engine API as tools for AI agents.
Open-Meteo MCP — weather forecast + historical reanalysis + sister APIs
OpenWeather MCP — wraps the OpenWeatherMap API (openweathermap.org)
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/igalarzab/mcp-multi-weather'
If you have feedback or need assistance with the MCP directory API, please join our Discord server