Skip to main content
Glama
Zachwitte21

Global Weather MCP Server

by Zachwitte21

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 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

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Maintenance

ActivityInactive
ResponsivenessNo issues

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

Latest Blog Posts

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