⛅ Weatherstack MCP Server

by MCP-Forge

152 downloads
Not rated
GitHub

Description

# ⛅ Weatherstack MCP Server This is an **MCP (Model Context Protocol) server** for integrating with the [Weatherstack API](https://weatherstack.com/), enabling AI agents to access real-time, historical, forecast, and marine weather data using natural language input. The goal of…

About

# ⛅ Weatherstack MCP Server This is an **MCP (Model Context Protocol) server** for integrating with the [Weatherstack API](https://weatherstack.com/), enabling AI agents to access real-time, historical, forecast, and marine weather data using natural language input. The goal of this project is to expose Weatherstack's…

Details

Author
MCP-Forge
Downloads
152
Categories
Other

- Real-time weather conditions for any location
- Historical weather data by date and hour
- Multi-day weather forecast retrieval
- Marine weather and tide information
- Natural language interface for AI agents

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name ⛅ Weatherstack MCP Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install via uvx and configure it in your MCP client. The example below adds it to Claude Desktop’s config, replacing <your-api-key> with a key obtained from weatherstack.com.

{
  "mcpServers": {
    "weatherstack-mcp": {
      "command": "uvx",
      "args": [
        "weatherstack-mcp-server",
        "--api-key",
        "<your-api-key>"
      ]
    }
  }
}

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "\u26c5 weatherstack mcp server": {
            "weatherstack-mcp": {
                "command": "uvx",
                "args": [
                    "weatherstack-mcp-server",
                    "--api-key",
                    "YOUR WEATHERSTACK API KEY"
                ]
            }
        }
    }
}

McpServers

{
    "weatherstack-mcp": {
        "command": "uvx",
        "args": [
            "weatherstack-mcp-server",
            "--api-key",
            "YOUR WEATHERSTACK API KEY"
        ]
    }
}

⛅ Weatherstack MCP Server

This is an MCP (Model Context Protocol) server for integrating with the Weatherstack API, enabling AI agents to access real-time, historical, forecast, and marine weather data using natural language input.

The goal of this project is to expose Weatherstack's functionality through MCP-compatible tools that can be used seamlessly by large language models and agent frameworks.

---

🧠 What is MCP?

MCP (Model Context Protocol) is a lightweight protocol designed to let AI agents interact with external tools and APIs in a structured and modular way. Think of it like USB for AI — this server acts as a "driver" for the Weatherstack platform.

With this MCP server, AI models can:

- 🌤️ Get current weather conditions for any location
- 🕰️ Access historical weather data by date and hour
- 📅 Retrieve multi-day weather forecasts
- 🌊 Get marine/sailing weather and tide information

---

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.