OpenWeather MCP Server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@OpenWeather MCP Serverwhat is the weather in London right now?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
OpenWeather MCP Server
This is a copy of https://github.com/Zippland/weather-mcp ported to uvx
Usage
1. Get an OpenWeatherMap API Key
Visit OpenWeatherMap and register an account to obtain an API key.
2. Use in MCP Client Configuration
Add the following configuration to your MCP-supported client:
{
"mcpServers": {
"openweather": {
"command": "uvx",
"args": [
"--from",
"atlantis-open-weather-mcp",
"start-weather-server",
"--api-key",
"your key here"
]
}
}
}3. Available Tools
get_weather
Get current weather and forecast for a specified location.
Parameters:
location: Location name, e.g., "Beijing", "New York", "Tokyo"api_key: OpenWeatherMap API key (optional, will read from environment variable if not provided)timezone_offset: Timezone offset in hours, e.g., 8 for Beijing, -4 for New York. Default is 0 (UTC time)
get_current_weather
Get current weather for a specified location.
Parameters:
location: Location name, e.g., "Beijing", "New York", "Tokyo"api_key: OpenWeatherMap API key (optional, will read from environment variable if not provided)timezone_offset: Timezone offset in hours, e.g., 8 for Beijing, -4 for New York. Default is 0 (UTC time)
Related MCP server: Weather MCP Server
Usage Example
AI assistant call example:
User: What's the weather like in Nuuk right now?
AI: Let me check the current weather in Nuuk for you.
[Calling get_current_weather("Nuuk",0)]
Current weather in Nuuk: 2°C, partly cloudy, humidity 65%, wind speed 3.5m/s.Troubleshooting
If the server fails to start, check the URL and key
This server cannot be deployed
Maintenance
Related MCP Connectors
OpenWeather data for AI agents: list feeds, sign up, check balance, get a top-up link, fetch data.
Current weather and forecasts for any coordinates, backed b… — paid per call (x402/credits), 1 tools
Global weather via Open-Meteo: forecast, ERA5 archive, marine, air quality, geocoding, elevation.
Get current weather for any city and create images from your prompts. Streamline planning, reports…
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceProvides real-time weather information and forecasts, connecting AI assistants with live weather data for current conditions and multi-day forecasts for any location worldwide.-
- FlicenseNot gradedqualityDmaintenanceProvides weather information through OpenWeather API, enabling users to get current weather conditions, 5-day forecasts, and perform temperature conversions for any city. Offers a secure interface for AI assistants to access comprehensive weather data including temperature, humidity, wind, and pressure information.-
- AlicenseAqualityCmaintenanceEnables AI assistants to retrieve real-time weather data and 5-day forecasts for any city using the OpenWeather API, supporting both metric and imperial units.2MIT
- AlicenseNot gradedqualityDmaintenanceEnables Claude to query real-time weather data for any specified location using the OpenWeatherMap API.6MIT