Global Weather MCP Server
Click on "Install 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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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.11475MIT
- Flicense-qualityDmaintenanceProvides real-time weather information and forecasts, connecting AI assistants with live weather data for current conditions and multi-day forecasts for any location worldwide.
- Flicense-qualityDmaintenanceProvides real-time weather data including temperature, humidity, and conditions for any city through the Model Context Protocol.4
- Flicense-qualityDmaintenanceProvides weather forecast tools via the Model Context Protocol, enabling users to query weather data for destinations through natural language.
Related MCP Connectors
US weather & geo for AI agents: forecasts, alerts, earthquakes, elevation, geocoding. No keys.
Global weather via Open-Meteo: forecast, ERA5 archive, marine, air quality, geocoding, elevation.
US weather, alerts, earthquakes and elevation for AI agents, from NWS/NOAA and USGS. No API keys.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Zachwitte21/Global-Weather-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server