Back to MCP Servers

Weekly Weather Mcp.git

Weekly Weather MCP server which returns 7 full days of detailed weather forecasts anywhere in the world.

location-servicesai

Installation

npx -y weekly-weather-mcp.git

Configuration

{
  "mcpServers": {
    "weekly-weather-mcp.git": {
      "command": "npx",
      "args": ["-y", "weekly-weather-mcp.git"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub