Weather MCP Server

A Model Context Protocol (MCP) server that provides weather information using the Open-Meteo API. This server supports multiple transport modes: standard stdio, HTTP Server-Sent Events (SSE), and the new Streamable HTTP protocol for web-based integration. Its 8 documented tools cover weather, current, datetime, air.

People connecting maps & location tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-07-26 · ★ 58 · #6 OF 56 MAINTAINED MAPS & LOCATION · VERIFIED 2026-08-25

Apache-2.0 · Python servers · how we verify → /methodology

01 · Install Weather MCP Server

before you install - you'll need

The README does not document required environment variables for a basic install.

Claude Code

claude mcp add isdaniel-mcp_weather_server -- uvx mcp-weather-server

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "isdaniel-mcp_weather_server": {
      "command": "uvx",
      "args": [
        "mcp-weather-server"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license Apache-2.0 - declared in the repository

pypi package mcp-weather-server - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.isdaniel is GitHub-verified and matches the repo owner

03 · What Weather MCP Server can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can get current weather for a city with comprehensive metrics, get weather data for a date range with hourly details, get detailed weather information as structured JSON data, and get air quality information with pollutant levels and health advice.

Capability map

Tools grouped from the project's README - what Weather MCP Server lets an agent do.

Current

2 tools - e.g. Get current weather for a city with comprehensive metrics; Get current time in any timezone

get_current_weather · get_current_datetime

Weather

2 tools - e.g. Get weather data for a date range with hourly details; Get detailed weather information as structured JSON data

get_weather_by_datetime_range · get_weather_details

Air

2 tools - e.g. Get air quality information with pollutant levels and health advice; Get detailed air quality data as structured JSON

get_air_quality · get_air_quality_details

read & search

1 tool - e.g. Get timezone information

get_timezone_info

Convert

1 tool - e.g. Convert time between timezones

convert_time

Latest releases

v0.6.0 · 2025-11-13

lower minimum dependency versions for better compatibility

v0.5.0 · 2025-10-21

README · fix time MCP bug, add tzdata lib. · Add air quality service and enhance weather data · New Contributors · @smithery-ai[bot] made their first contribution in

v0.4.0 · 2025-10-19

Enhanced weather server with comprehensive testing and improved error… · fix smithery issue. · Feat/add streamable http support

04 · Who maintains Weather MCP Server

Weather MCP Server is maintained by isdaniel. We track 2 MCP servers from isdaniel - 2 actively maintained, 84 combined GitHub stars, oldest repo from Mar 2025. Full record: all servers from isdaniel.

  1. PostgreSQL performance Tuner MCP Server provides AI-powered PostgreSQL performance tuning capabilities. ★ 26

05 · Facts

category
maps & location - ranked #6 of 56 actively-maintained maps & location servers as of 2026-08-25.
registry
io.github.isdaniel/mcp_weather_server (active, first published 2025-12-13)
packages
pypi:mcp-weather-server

06 · Weather MCP Server FAQ

Is Weather MCP Server still maintained?

Yes - as of 2026-08-25, its last commit was 2026-07-26. We re-verify nightly.

What can Weather MCP Server do?

With this server connected, an agent can get current weather for a city with comprehensive metrics, get weather data for a date range with hourly details, get detailed weather information as structured JSON data, and get air quality information with pollutant levels and health advice.

How do I install Weather MCP Server?

Run `uvx mcp-weather-server`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.

Does Weather MCP Server run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Weather MCP Server

More maps & location MCP servers · Apple Maps · Test Atlas · Foehn · Belgium

More Python MCP servers · PostgreSQL performance Tuner MCP Server · DEVONthink MCP (istefox) · Lucius MCP · Japan Data MCP · MTG MCP Server · see all