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
By rossshannon
Installation
npx -y weekly-weather-mcp.gitConfiguration
{
"mcpServers": {
"weekly-weather-mcp.git": {
"command": "npx",
"args": ["-y", "weekly-weather-mcp.git"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes