Global Weather MCP Server
Provides real-time weather data and forecasts globally through the Model Context Protocol, enabling AI assistants to access weather information without web searches.
README
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
Installation
npm install
npm run build
Usage
With MCP Inspector
You can test this server using the MCP Inspector:
npx @modelcontextprotocol/inspector node build/index.js
With 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 build
Watch mode
npm run watch
License
MIT
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.