Openweather

Openweather

A simple MCP service that provides current weather and 5-day forecast using the free OpenWeatherMap API.

5.0K

1 Tool

Packaged by
Requires Secrets
Add to Docker Desktop

Version 4.43 or later needs to be installed to add the server automatically

About

Openweather MCP Server

A simple MCP service that provides current weather and 5-day forecast using the free OpenWeatherMap API. .

What is an MCP Server?

Characteristics

AttributeDetails
Docker Imagemcp/openweather
Authormschneider82
Repositoryhttps://github.com/mschneider82/mcp-openweather
Dockerfilehttps://github.com/mschneider82/mcp-openweather/blob/main/Dockerfile
Docker Image built byDocker Inc.
Docker Scout Health ScoreDocker Scout Health Score
Verify SignatureCOSIGN_REPOSITORY=mcp/signatures cosign verify mcp/openweather --key https://raw.githubusercontent.com/docker/keyring/refs/heads/main/public/mcp/latest.pub
LicenceMIT License

Available Tools (1)

Tools provided by this ServerShort Description
weatherRetrieves current and forecast weather information for a given location.

Tools Details

Tool: weather

Retrieves current and forecast weather information for a given location.

ParametersTypeDescription
citystringThe name of the city to get weather for.
Must be in English.
Example: For Saint Petersburg, use "Saint Petersburg", not "Санкт-Петербург".
langstringoptionalThe language for the weather description text. Use standard two-letter language codes (e.g., "en", "es", "zh_CN"). Default: "en".
unitsstringoptionalThe unit for temperature. Use "c" for Celsius, "f" for Fahrenheit, or "k" for Kelvin. Default: "c".

This tool may perform destructive updates.

This tool interacts with external entities.


Use this MCP Server

{
  "mcpServers": {
    "openweather": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "-e",
        "OWM_API_KEY",
        "mcp/openweather"
      ],
      "env": {
        "OWM_API_KEY": "<OWM_API_KEY>"
      }
    }
  }
}

Why is it safer to run MCP Servers with Docker?

Manual installation

You can install the MCP server using:

Installation for

Related servers