MCPMarket
Sell SkillsPower Your AgentsConnect
  1. Home
  2. Servers
  3. Weather

Weather

simrannsvbysimrannsv
•
Web Scraping & Data Collection
Productivity & Workflow
Developer Tools

Fetches current weather conditions for a specified city using the wttr.in service.

Related MCPs

View more
  • mendableai

    Firecrawl

    Empowers LLMs with advanced web scraping capabilities for content extraction, crawling, and search functionalities.

  • browserbase

    Browserbase

    Enables LLMs to control cloud browsers for web interaction, data extraction, and task automation using Browserbase and Stagehand.

  • anaisbetts

    YouTube

    Downloads YouTube subtitles using yt-dlp and connects to claude.ai via Model Context Protocol.

Related Skills

View all
  • openclaw

    Diagram Maker & Visualizer

    Generates professional SVG, HTML, and Excalidraw diagrams for software architecture, system flows, and educational concepts.

  • openclaw

    GH Issues Auto-Fixer

    Automates the end-to-end GitHub issue lifecycle by spawning sub-agents to implement code fixes, open pull requests, and resolve review comments.

  • openclaw

    Discord Integration

    Manages Discord operations including messaging, reactions, and channel management directly through Claude.

MCPMarket

Discover MCP servers that connect MCP clients like Claude and Cursor to your favorite tools. Browse the MCP Market to get started.

Browse

  • MCP Search
  • MCP Servers
  • MCP Clients
  • Agent Skills
  • MCP Market Hub
  • Categories
  • What is an MCP server?
  • Model Context Protocol

Rankings

  • Top MCPs Today
  • Top Agent Skills Today
  • Top 100 Agent Skills
  • Top 100 MCP Servers

About

  • News
  • Submit
  • Contact

© 2026 MCP Market. All rights reserved.·Privacy·Terms

Integrate real-time weather information directly into any MCP-compatible LLM client. This minimal server exposes a single `get_weather` tool, allowing AI assistants to query current conditions such as temperature, sky, and wind for any given city. It efficiently retrieves up-to-date data by leveraging the free and robust `wttr.in` service, requiring no API keys.

Key Features

01Utilizes `wttr.in` for free, no-API-key weather data retrieval.
02Asynchronous HTTP requests via `httpx` for efficient data fetching.
03Exposes a `get_weather(city)` tool for current weather conditions.
04Simple setup and execution with Python and `pip`.
05Communicates over standard input/output for seamless local server integration.
060 GitHub stars

Use Cases

01Enable LLMs to provide real-time weather updates in conversations.
02Integrate dynamic weather data into AI-powered workflows and applications.
03Develop custom LLM client tools that require external web data fetching.