Skip to main content
Location ServicesPython

rossshannon/Weekly-Weather-mcp

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

location-servicescloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/rossshannon/weekly-weather-mcp.git

Claude Desktop configuration example:

{
  "mcpServers": {
    "weekly-weather-mcpgit": {
      "command": "npx",
      "args": [
        "-y",
        "rossshannon/Weekly-Weather-mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Location Services
Language
Python
Author
rossshannon