ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use OpenWeather with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Get weather data worldwide. current conditions, forecasts, air quality, alerts and historical data from any AI agent.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 11 capabilities

The complete OpenWeather capability set.

These are the exact actions your AI can choose when you ask it to work with OpenWeather.

Capability set01 / 03

01-04

4 capabilities in this set.

Part of 11 available through OpenWeather.

  1. 01

    Get current weather

    Requires either city name (e.g. "London", "São Paulo") or latitude/longitude coordinates. Get current weather conditions for a location

  2. 02

    Get hourly forecast

    Each hour includes temperature, humidity, wind, UV index, precipitation probability and weather description. Requires lat/lon coordinates. Use geocode to find coordinates for a city name. Get hourly weather forecast using One Call API

  3. 03

    Reverse geocode

    Returns the city, state, country and postal code for the given coordinates. Convert coordinates to a city name

  4. 04

    Get sun times

    Returns the exact times and the sun's elevation angle at sunrise/sunset. Requires lat/lon coordinates. Get sunrise and sunset times for a location

Capability set02 / 03

05-08

4 capabilities in this set.

Part of 11 available through OpenWeather.

  1. 05

    Geocode

    Returns the top 5 matching locations with their coordinates, country codes and state names. Use these coordinates with other weather capabilities. Convert a city name to coordinates

  2. 06

    Get daily forecast

    Each day includes min/max temperature, humidity, wind, UV index, precipitation probability and weather description. Requires lat/lon coordinates. Get daily weather forecast for up to 16 days

  3. 07

    Get weather alerts

    Returns alert type, severity, description, start and end times. Requires lat/lon coordinates. Useful for monitoring severe weather conditions. Get active weather alerts for a location

  4. 08

    Get air quality

    5, PM10, O3, NO2, SO2, CO, NH3). AQI scale: 1=Good, 2=Fair, 3=Moderate, 4=Poor, 5=Very Poor. Requires lat/lon coordinates. Get current air quality index for a location

Capability set03 / 03

09-11

3 capabilities in this set.

Part of 11 available through OpenWeather.

  1. 09

    Get air quality forecast

    Each data point includes AQI level (1-5 scale) and concentrations of PM2.5, PM10, O3, NO2, SO2, CO and NH3. Get 4-day air quality forecast for a location

  2. 10

    Get forecast

    Each data point includes temperature, humidity, wind, pressure and weather description. Optionally set the number of days (1-5). Requires either city name or lat/lon. Get 5-day/3-hour weather forecast

  3. 11

    Get historical weather

    Returns temperature, humidity, wind, pressure and weather description for the requested date. Requires lat/lon and date in YYYY-MM-DD format. Get historical weather data for a specific date

Observed, not estimated

900ms average. Fast in production.

OpenWeather is checked daily against the live service.

Daily averagePeak 1068ms
Aug 20Today
Fastest day
740ms
Slowest day
1068ms
14-day trend
Slowing+18%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 11 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of OpenWeather, so you can see the experience inside your AI.

It does not authenticate your account with OpenWeather. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

OpenWeather Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_fd4Ucr3pC3i2w7oVZ4mB9tPgNJUJVy6c6Lp7SZiH/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — OpenWeather capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "openweather-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_fd4Ucr3pC3i2w7oVZ4mB9tPgNJUJVy6c6Lp7SZiH/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions OpenWeather owners ask.

  • 01

    How do I get an OpenWeather API key?

    Visit openweathermap.org/api, click Sign Up for a free account, go to API Keys in your account settings, and create a new key. Copy it. it's a 32-character hex string. Free tier includes 60 calls/minute.

  • 02

    Can I get weather alerts for my location?

    Yes! Use get_weather_alerts with lat/lon coordinates. Returns active alerts with sender name, event type, severity, description and start/end times. Useful for monitoring severe weather, floods, heat waves and other dangerous conditions.

  • 03

    Can I get historical weather data?

    Yes! Use get_historical_weather with lat/lon and a date in YYYY-MM-DD format. Returns the weather conditions for that specific day including temperature, humidity, wind and pressure.

  • 04

    How do I find coordinates for a city?

    Use geocode with the city name (e.g. 'London', 'São Paulo', 'Tokyo'). Returns the top 5 matching locations with their latitude, longitude, country code and state. Use these coordinates with other weather capabilities.