MCP.so
登录

Weather MCP Server

@isdaniel

关于 Weather MCP Server

暂无概览

基本信息

分类

媒体与设计

许可证

Apache-2.0 license

运行时

python

传输方式

stdio

发布者

isdaniel

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

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

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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.

评论

媒体与设计 分类下的更多 MCP 服务器