Weathernow
Freeby MCP Community
MCP tool for accessing weather information using the Weatherstack API
v1.0.0Added Apr 12, 2026
mcpweatherweatherstackapitool
Weathernow MCP Server
MCP tool for accessing weather information using the Weatherstack API
Installation
npx -y @thiagosqr/weathernow-mcp
Reviews
Installation
Quick install
npx -y @thiagosqr/weathernow-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"weathernow": {
"command": "npx",
"args": ["-y", "@thiagosqr/weathernow-mcp"]
}
}
}