Visual Crossing Weather MCP

GPL 3.0

visual_crossing_mcp

Visual Crossing 历史气象数据的基本 MCP 服务器

可以从 Visual Crossing 检索历史天气数据。

Visual Crossing api 描述如下: https://www.visualcrossing.com/resources/documentation/weather-api/timeline-weather-api/

MCP 服务器可以检索某个日期或日期范围内指定位置的以下数据:

  • 温度
  • 最高温度
  • 最低温度
  • 降水
  • 太阳辐射
  • 云量
  • 积雪深度
  • 天气类型
  • 天气状况
  • 炎热指数
  • 风寒效应

首先安装要求:

pip install -r requirements.txt

在项目根目录中创建或修改 .env 文件,内容如下:

API_KEY=XXXXXXXXXXX

...其中 XXXXXXXXXXX 是 Visual Crossing 的 API 密钥

要在 Claude 客户端中启用,请将以下内容添加到 claude_desktop_config.json 文件中:

"weather": { "command": "C:\\Programs\\Python\\Python311\\python.exe", "args": ["C:\\Path\\To\\Server\\Python\\File\\visual_crossing_mcp.py"] }
-
security - not tested
A
license - permissive license
-
quality - not tested

MCP 服务器可以从 Visual Crossing 检索指定位置和日期的历史天气数据(温度、降水、状况等)。

Related MCP Servers

  • A
    security
    A
    license
    A
    quality
    An MCP server that provides real-time weather information including temperature, humidity, wind speed, and sunrise/sunset times through the OpenWeatherMap API.
    Last updated -
    1
    Python
    MIT License
    • Linux
    • Apple
  • -
    security
    A
    license
    -
    quality
    Provides real-time weather alerts, forecasts, stock prices, historical data, and stock-related news through an MCP interface.
    Last updated -
    75
    JavaScript
    MIT License
  • -
    security
    F
    license
    -
    quality
    An MCP server implementation that allows users to fetch and display weather information for specified cities, including temperature, humidity, wind speed, and weather descriptions.
    Last updated -
    Python
    • Linux
    • Apple
  • -
    security
    A
    license
    -
    quality
    An MCP server that connects to OpenWeatherMap's API to provide current weather data and multi-day forecasts for locations worldwide in different measurement units.
    Last updated -
    51
    TypeScript
    MIT License

View all related MCP servers

ID: yx9lu9x9qo