isdaniel/mcp_weather_server
by Various
A Model Context Protocol (MCP) server that provides weather information using the Open-Meteo API.
MCP
isdaniel/mcp_weather_server
Added 1 June 2026
Overview
A Model Context Protocol server that fetches weather data from the Open-Meteo API. It is written in Python and exposes weather information to MCP-compatible clients. The server provides current conditions and forecasts based on location coordinates.
Best for
Best for
Developers building MCP-based AI agents that need weather context
Use cases
- Integrating weather data into AI assistants
- Providing real-time weather for location-aware agents
- Building MCP-based tools that require weather context
How to use
Install
pip install mcp_weather_server Tools exposed
get_current_weatherget_weather_by_datetime_rangeget_weather_detailsget_air_qualityget_air_quality_detailsget_current_datetimeget_timezone_infoconvert_time
Tested with
Claude Desktop, Cline
Example client config
{\n "mcpServers": {\n "weather": {\n "command": "python",\n "args": [\n "-m",\n "mcp_weather_server"\n ],\n "disabled": false,\n "autoApprove": []\n }\n }\n} Notes
A Model Context Protocol server that fetches weather data from the Open-Meteo API. It is written in Python and exposes weather information to MCP-compatible clients. The server provides current conditions and forecasts based on location coordinates.
50 stars on GitHub. Last updated 2026-04-14. Licensed Apache-2.0.
Use cases
- Integrating weather data into AI assistants
- Providing real-time weather for location-aware agents
- Building MCP-based tools that require weather context
Pros
- Simple setup with Python and standard dependencies
- Uses free Open-Meteo API with no API key required
- Lightweight and focused on a single task
Cons
- Limited to Open-Meteo data sources (no alternative providers)
- Requires MCP-compatible client to consume the service
- No built-in caching or rate limiting for repeated queries
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Simple setup with Python and standard dependencies
- Uses free Open-Meteo API with no API key required
- Lightweight and focused on a single task
Cons
- Limited to Open-Meteo data sources (no alternative providers)
- Requires MCP-compatible client to consume the service
- No built-in caching or rate limiting for repeated queries
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.