Skip to content

Weather Server

Free

by MCP Community

MCP weather server for Windows tutorial

v1.0.2Added Apr 12, 2026
mcp
Works with:ClaudeGPTGeminiCopilot

Weather Server MCP Server

MCP weather server for Windows tutorial

Installation

npx -y @starhawk/mcp-weather-server

Reviews

Leave a Review

Installation

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