Skip to content

Weather

Free

by MCP Community

MCP Weather Service - A MCP server for weather data using Open Meteo API

v1.0.6Added Apr 12, 2026
mcpweathercursormodel-context-protocolweather-api
Works with:ClaudeGPTGeminiCopilot

Weather MCP Server

MCP Weather Service - A MCP server for weather data using Open Meteo API

Installation

npx -y @rehmatalisayany/weather-mcp-server

Reviews

Leave a Review

Installation

Quick install
npx -y @rehmatalisayany/weather-mcp-server
Add to claude_desktop_config.json
{
  "mcpServers": {
    "weather": {
      "command": "npx",
      "args": ["-y", "@rehmatalisayany/weather-mcp-server"]
    }
  }
}