Weather Server
Freeby MCP Community
An MCP server for weather information.
v1.0.2Added Apr 12, 2026
Weather Server MCP Server
An MCP server for weather information.
Installation
npx -y @heyg/mcp-weather-server
Reviews
Installation
Quick install
npx -y @heyg/mcp-weather-server
Add to claude_desktop_config.json
{
"mcpServers": {
"weather-server": {
"command": "npx",
"args": ["-y", "@heyg/mcp-weather-server"]
}
}
}