rossshannon/Weekly-Weather-mcp
Weekly Weather MCP server which returns 7 full days of detailed weather forecasts anywhere in the world.
Quick Start
Clone the repository:
git clone https://github.com/rossshannon/weekly-weather-mcp.gitClaude 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.