Related MCP Server Resources

Explore more AI models, providers, and integration options:

  • Explore AI Models
  • Explore AI Providers
  • Explore MCP Servers
  • LangDB Pricing
  • Documentation
  • AI Industry Blog
  • Claude MCP Server
  • HeFeng Weather MCP Server
  • Weekly Weather
  • Surf MCP Server
  • YOKATLAS API MCP Server
Back to MCP Servers
MCP Weather Server

MCP Weather Server

Public
le-yo/weather-mcp

Provides real-time weather information for any location via the Model Context Protocol, enabling AI applications like Claude to access current conditions using a free, no-key wttr.in API integration.

javascript
0 tools
May 30, 2025
Updated Jun 4, 2025

Supercharge Your AI with MCP Weather Server

MCP Server

Unlock the full potential of MCP Weather Server through LangDB's AI Gateway. Get enterprise-grade security, analytics, and seamless integration with zero configuration.

Unified API Access
Complete Tracing
Instant Setup
Get Started Now

Free tier available • No credit card required

Instant Setup
99.9% Uptime
10,000+Monthly Requests

MCP Weather Server

A simple Model Context Protocol (MCP) server that provides weather information for any location.

What is MCP?

The Model Context Protocol (MCP) is a standardized way for AI applications and agents to connect with data sources and tools. It allows AI models like Claude to interact with your local system, external services, and custom tools through a standardized interface.

Features

  • Get current weather information for any location
  • Compatible with Claude Desktop and other MCP clients
  • Uses the free wttr.in weather API (no API key required)

Installation

# Clone the repository git clone cd mcp-weather-server # Install dependencies npm install

Usage

Running the server

node index.js

Connecting to Claude Desktop

  1. Open Claude Desktop
  2. Go to Settings > MCP Servers
  3. Add a new server
  4. Select "Custom" and enter the path to your server executable
  5. Set the command to: node /Users/le-yo/CascadeProjects/mcp-weather-server/index.js
  6. Save and restart Claude Desktop

Example prompts for Claude

Once connected, you can ask Claude to use the weather tool:

  • "What's the current weather in New York?"
  • "Tell me the temperature in London right now."
  • "Is it raining in Tokyo?"

How it works

This server implements the Model Context Protocol to provide a tool that fetches weather data from the wttr.in API. When Claude or another MCP client connects to this server, they can use the get_weather tool to retrieve current weather conditions for any location.

Extending the server

You can extend this server by:

  1. Adding more weather-related tools (forecast, historical data, etc.)
  2. Implementing other MCP features like resources or prompts
  3. Using a different weather API with more features

License

MIT

Publicly Shared Threads0

Discover shared experiences

Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!

Share your threads to help others
Related MCPs5
  • Claude MCP Server
    Claude MCP Server

    Lightweight Model Context Protocol server enabling real-time web search integration with Claude AI u...

    Added May 30, 2025
  • HeFeng Weather MCP Server
    HeFeng Weather MCP Server

    Provides real-time and extended weather forecasts for locations in China using Model Context Protoco...

    1 tools
    Added May 30, 2025
  • Weekly Weather
    Weekly Weather

    Provides 8-day global weather forecasts and current conditions with detailed hourly and daily data, ...

    Added May 30, 2025
  • Surf MCP Server
    Surf MCP Server

    Provides tide information by location and date using latitude, longitude, and time zone data via Mod...

    1 tools
    Added May 30, 2025
  • YOKATLAS API MCP Server
    YOKATLAS API MCP Server

    Provides standardized Model Context Protocol (MCP) access to YÖKATLAS data, enabling programmatic se...

    Added May 30, 2025