Enterprise DNA
M MCP Servers Developer low

TimLukaHorstmann/mcp-weather

by Various

A Model Context Protocol (MCP) server that provides hourly and daily weather forecasts using the AccuWeather API.

T

MCP

TimLukaHorstmann/mcp-weather

Added 1 June 2026

Overview

An open-source Model Context Protocol (MCP) server that delivers hourly and daily weather forecasts by querying the AccuWeather API. Built in TypeScript, it enables AI assistants and MCP-compatible applications to retrieve structured weather data through a standardized protocol.

Best for

Best for
Developers building MCP-compatible AI assistants or automation tools that need weather forecast data

Use cases

  • Integrate live weather forecasts into AI chatbots or virtual assistants
  • Provide hourly and daily weather data for MCP-based automation workflows
  • Add weather lookup capabilities to developer tools or smart home systems

How to use

Install

npx -y @timlukahorstmann/mcp-weather

Tools exposed

  • weather-get_hourly
  • weather-get_daily

Tested with

Claude Desktop

Example client config

{\n  "mcpServers": {\n    "weather": {\n      "command": "npx",\n      "args": ["-y", "@timlukahorstmann/mcp-weather"],\n      "env": {\n        "ACCUWEATHER_API_KEY": "your_api_key_here"\n      }\n    }\n  }\n}

Notes

An open-source Model Context Protocol (MCP) server that delivers hourly and daily weather forecasts by querying the AccuWeather API. Built in TypeScript, it enables AI assistants and MCP-compatible applications to retrieve structured weather data through a standardized protocol.

31 stars on GitHub. Last updated 2025-09-08. Licensed MIT.

Use cases

  • Integrate live weather forecasts into AI chatbots or virtual assistants
  • Provide hourly and daily weather data for MCP-based automation workflows
  • Add weather lookup capabilities to developer tools or smart home systems

Pros

  • Leverages the reliable AccuWeather API for forecast data
  • Written in TypeScript, offering type safety and easy integration
  • Follows the Model Context Protocol, making it interoperable with MCP clients

Cons

  • Requires a free or paid AccuWeather API key to function
  • Limited to AccuWeather as the sole data source
  • Small community (31 stars) may mean slower updates or less support

Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.

Pros

  • Leverages the reliable AccuWeather API for forecast data
  • Written in TypeScript, offering type safety and easy integration
  • Follows the Model Context Protocol, making it interoperable with MCP clients

Cons

  • Requires a free or paid AccuWeather API key to function
  • Limited to AccuWeather as the sole data source
  • Small community (31 stars) may mean slower updates or less support
Free 27-page guide

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.

No spam. Unsubscribe any time.

Running a business, not writing the code? See the MCP servers picked for operators, and get your first one wired up with us.

Operator picks