It exists to answer whether now is a good time to wash and hang out a load, and it answers it from live weather rather than a schedule. Electricity time-of-use pricing — the obvious second input for that decision — is named in the README as a future direction, not something the server reads today.
A small MCP server for laundry planning. It gives an assistant two things at once — your stated laundry preferences and a real-time weather forecast — so the assistant can reason about when washing and, above all, line-drying will actually work.
- Laundry preferences and real-time weather forecasts, both readable inside the same conversation
- Plain questions answered directly — the README's own example is "Is it a good time to do my laundry today at Sydney, NSW?"
- Line-drying as the case it is built around: the forecast, not a fixed timer, decides when clothes go out
A local clone and `uv`. The documented Claude Desktop entry runs `uv --directory /ABSOLUTE/PATH/TO/PARENT/FOLDER/laundry-timer-mcp run server.py`, so the repository has to sit on the machine that runs the client. The project is `laundry-timer-mcp` 0.1.0 in its pyproject.
