Weather Server
Freeby MCP Community
MCP weather server for Windows tutorial
v1.0.2Added Apr 12, 2026
mcp
Weather Server MCP Server
MCP weather server for Windows tutorial
Installation
npx -y @starhawk/mcp-weather-server
Reviews
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"]
}
}
}