MCP.so
Sign In

Weather MCP Server

@isdaniel

About Weather MCP Server

No overview available yet

Basic information

Category

Media & Design

License

Apache-2.0 license

Runtime

python

Transports

stdio

Publisher

isdaniel

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "weather": {
      "command": "python",
      "args": [
        "-m",
        "mcp_weather_server"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Weather MCP Server?

Weather MCP Server is a Model Context Protocol (MCP) server that provides weather information using the free and open-source Open-Meteo API. It is intended for use with MCP-compatible assistants or clients that need current or historical weather data for a given city.

How to use Weather MCP Server?

Install the package via pip (pip install mcp_weather_server) and add its configuration to a cline_mcp_settings.json file as a new entry under mcpServers. Then invoke the available tools – get_weather, get_weather_by_datetime_range, or get_current_datetime – from an MCP client.

Key features of Weather MCP Server

  • No API key required (uses free Open-Meteo API)
  • Get current weather for any city
  • Get weather for a custom date range
  • Get current datetime in a specified timezone
  • Simple pip installation and configuration

Use cases of Weather MCP Server

  • Retrieve current weather conditions for a travel destination
  • Obtain historical weather data for a past date range
  • Get the current local time in a specific IANA timezone

FAQ from Weather MCP Server

What data source does Weather MCP Server use?

It uses the Open-Meteo API, which is free and open-source. No API key is required.

What tools are provided by Weather MCP Server?

Three tools: get_weather (current weather by city), get_weather_by_datetime_range (weather between two dates), and get_current_datetime (current time in a given timezone).

How do I install Weather MCP Server?

Install via pip: pip install mcp_weather_server. Then add the server configuration to your cline_mcp_settings.json file as shown in the README.

Does Weather MCP Server require an API key or authentication?

No. The Open-Meteo API it relies on does not require any key or authentication.

What runtime dependencies does Weather MCP Server have?

It requires Python and pip to install and run. The server is executed via python -m mcp_weather_server.

Comments

More Media & Design MCP servers