Skip to content

Weathernow

Free

by MCP Community

MCP tool for accessing weather information using the Weatherstack API

v1.0.0Added Apr 12, 2026
mcpweatherweatherstackapitool
Works with:ClaudeGPTGeminiCopilot

Weathernow MCP Server

MCP tool for accessing weather information using the Weatherstack API

Installation

npx -y @thiagosqr/weathernow-mcp

Reviews

Leave a Review

Installation

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