atlantis-open-weather-mcp

ProjectAtlantis-dev/atlantis-open-weather-mcp

3.2

If you are the rightful owner of atlantis-open-weather-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The OpenWeather MCP Server is a ported version of the weather-mcp project, designed to work with uvx for accessing weather data via the OpenWeatherMap API.

The OpenWeather MCP Server is a specialized server that facilitates the retrieval of weather data using the OpenWeatherMap API. It is a ported version of the original weather-mcp project, now adapted to work with the uvx framework. This server allows users to access current weather conditions and forecasts for various locations around the world. By integrating with MCP-supported clients, users can easily configure and utilize the server to obtain weather information. The server is particularly useful for applications that require real-time weather data, such as travel planning, event management, and environmental monitoring. With its straightforward setup and configuration, the OpenWeather MCP Server provides a reliable and efficient way to access weather data, making it an essential tool for developers and businesses that rely on accurate weather information.

Features

  • Integration with OpenWeatherMap API for real-time weather data.
  • Support for multiple locations worldwide.
  • Configurable timezone offset for accurate local time weather reporting.
  • Easy setup and configuration with MCP-supported clients.
  • Ported to work seamlessly with the uvx framework.

Usages

usage with mcp client

{
  "mcpServers": {
    "openweather": {
      "command": "uvx",
      "args": [
        "--from",
        "atlantis-open-weather-mcp",
        "start-weather-server",
        "--api-key",
        "your key here"
      ]
    }
  }
}

Tools

  1. get_weather

    Get current weather and forecast for a specified location.

  2. get_current_weather

    Get current weather for a specified location.