Skip to content

Weather Server

Free

by MCP Community

An MCP server for weather information.

v1.0.3Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Weather Server MCP Server

An MCP server for weather information.

Installation

npx -y @vijay-npm/mcp-weather-server

Reviews

Leave a Review

Installation

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