Visual Crossing Weather MCP

GPL 3.0

visual_crossing_mcp

Basic MCP server for Visual Crossing historical weather data

Enables retrieval of historical weather data from Visual Crossing.

The Visual Crossing api is described here: https://www.visualcrossing.com/resources/documentation/weather-api/timeline-weather-api/

The MCP server can retrieve the following data for a specified location for a date or date range:

  • temperature
  • max temperature
  • min temperature
  • preciptitation
  • solar radiation
  • cloud cover
  • snow depth
  • weather type
  • weather conditions
  • heat index
  • wind chill

First install the requirements:

pip install -r requirements.txt

Create or modify the .env file in the project root to read as follows:

API_KEY=XXXXXXXXXXX

...where XXXXXXXXXXX is your API key from Visual Crossing

To enable in the Claude client, add the following to the claude_desktop_config.json file:

"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

An MCP server that enables retrieval of historical weather data (temperature, precipitation, conditions, etc.) from Visual Crossing for specified locations and dates.

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
    F
    license
    -
    quality
    Provides real-time weather alerts, forecasts, stock prices, historical data, and stock-related news through an MCP interface.
    Last updated -
    115
    JavaScript
  • -
    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