MCP.so
登录

🌤️ Open Meteo Weather MCP

@walidsi

关于 🌤️ Open Meteo Weather MCP

A simple MCP server that provides current weather and hourly weather forecasts for a given location using the Open-Meteo API.

基本信息

分类

媒体与设计

传输方式

stdio

发布者

walidsi

提交者

Walid Ismail

配置

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

{
  "mcpServers": {
    "open_meteo_weather": {
      "command": "uv",
      "args": [
        "--directory",
        "path/to/openmeteo-weather-mcp/",
        "run",
        "openmeteo_weather/openmeteo_weather.py"
      ]
    }
  }
}

工具

未检测到工具

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

概览

What is 🌤️ Open Meteo Weather MCP?

A simple MCP server that provides hourly weather forecasts using the Open-Meteo API. Designed for MCP-compatible AI applications.

How to use 🌤️ Open Meteo Weather MCP?

Clone the repository, create a virtual environment with uv venv, and install dependencies with uv sync. Then configure an MCP client with the provided JSON snippet, setting the command to uv with the directory and script path.

Key features of 🌤️ Open Meteo Weather MCP

  • Provides hourly weather forecasts
  • Uses the free Open-Meteo API
  • Simple setup with uv and Python
  • Runs as a standard MCP server

Use cases of 🌤️ Open Meteo Weather MCP

  • Integrate real-time weather data into AI assistants
  • Provide hourly forecast information in chatbot conversations
  • Enable weather queries without external API keys (uses free Open-Meteo)

FAQ from 🌤️ Open Meteo Weather MCP

How do I install dependencies?

Run uv venv to create a virtual environment, then uv sync to install the required packages.

How do I run the server?

Add the JSON configuration to your MCP client, specifying the uv command, the directory, and the script openmeteo_weather/openmeteo_weather.py.

What API does the server use?

It uses the Open-Meteo API for weather data.

What are the runtime requirements?

Python and uv (a fast Python package manager) are required.

评论

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