Weather
Freeby MCP Community
MCP server for weather forecast and severe weather alerts in the US
v0.1.3Added Apr 12, 2026
modelcontextprotocolmcpmcp-serverweather
Weather MCP Server
MCP server for weather forecast and severe weather alerts in the US
Installation
Reviews
Installation
Quick install
npx -y @h1deya/mcp-server-weather
Add to claude_desktop_config.json
{
"mcpServers": {
"weather": {
"command": "npx",
"args": ["-y", "@h1deya/mcp-server-weather"]
}
}
}