Global Weather 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., "@Global Weather MCP Serverwhat's the weather in London?"
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.
Global Weather MCP Server
The Global Weather MCP Server gives AI assistants real-time access to weather data worldwide through the Model Context Protocol. By providing weather information directly, it eliminates the need for web searches, keeping your conversations private while delivering accurate, up-to-date forecasts and conditions.
When AI assistants need weather data, they typically use web search, which means your location and queries are sent to search engines and tracked. I wanted a way to get accurate weather information in my AI applications without compromising user privacy. The Global Weather MCP Server solves this by providing direct access to weather APIs through MCP, keeping location data and queries private while still delivering real-time forecasts and conditions.
Features
This MCP server provides three tools for accessing weather data:
get_forecast: Get weather forecast for a location (up to 16 days)
Daily temperature (max/min)
Precipitation
Wind speed
Weather codes
get_current_weather: Get current weather conditions
Real-time temperature
Humidity
Precipitation
Wind speed and direction
Weather code
geocode: Convert location names to coordinates
Supports city names, addresses
Returns latitude, longitude, elevation
Provides up to 5 results
Related MCP server: Weather MCP Server
Installation
npm install
npm run buildUsage
With MCP Inspector
You can test this server using the MCP Inspector:
npx @modelcontextprotocol/inspector node build/index.jsWith Claude Desktop
Add this to your Claude Desktop configuration:
MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%/Claude/claude_desktop_config.json
{
"mcpServers": {
"open-meteo": {
"command": "node",
"args": ["/absolute/path/to/Open-Meteo-MCP-Server/build/index.js"]
}
}
}Example Usage
Once connected, you can ask Claude:
"What's the weather forecast for London?"
"Get current weather for latitude 40.7128, longitude -74.0060"
"Find coordinates for Tokyo"
API Documentation
This server uses the following Open Meteo APIs:
Development
Build
npm run buildWatch mode
npm run watchLicense
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
The official Model Context Protocol server for Ambee. It gives any MCP-compatible AI assistant — Claude, ChatGPT, Cursor, VS Code, Ollama, and more direct access to live air quality, pollen, and weather data. To get started, including information on signing up and obtaining your Ambee key, check out the Ambee documentation on https://docs.ambeedata.com
Real-time weather conditions and multi-day forecasts via Open-Meteo — free, no API key required
Hosted MCP server for Xweather weather data: conditions, forecasts, alerts, and more.
Current weather and forecasts for any coordinates, backed b… — paid per call (x402/credits), 1 tools
Related MCP Servers
- AlicenseBqualityDmaintenanceA Model Context Protocol server that provides comprehensive weather data and forecasts through the OpenWeatherMap API, enabling AI assistants to access real-time weather information, forecasts, air quality data, and location services.11115MIT
- 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 real-time weather data including temperature, humidity, and conditions for any city through the Model Context Protocol.4-
- FlicenseNot gradedqualityDmaintenanceProvides real-time weather, forecasts, historical data, and air quality for AI assistants via the Model Context Protocol.-