laundry-timer-mcp
A laundry planning assistant that uses preferences and real-time weather forecasts.
laundry-timer-mcp
This project implements an MCP (Model Context Protocol) server designed to help with laundry planning.
How it works
The server provides tools to access information about laundry preferences and real-time weather forecasts. An AI assistant can leverage these tools to determine the best times for washing and drying clothes, especially when line-drying is the preferred method.
Usage with Claude Desktop for Laundry Planning
When connected to an assistant like Claude Desktop, this MCP server allows for natural language queries about laundry planning.
You’ll need to add this server in the mcpServers key.
{
"mcpServers": {
"laundry-timer": {
"command": "uv",
"args": [
"--directory",
"/ABSOLUTE/PATH/TO/PARENT/FOLDER/laundry-timer-mcp",
"run",
"server.py"
]
}
}
}
After that, for example, you could ask: "Is it a good time to do my laundry today at Sydney, NSW?"
Further Improvements
Detailed Electricity Time-of-Use (TOU) Tariffs
To make the laundry planning even smarter, the server could be enhanced to include information about electricity pricing. By integrating with a data source for Time-of-Use (TOU) tariffs, the assistant could identify periods of the day when electricity is least expensive.
Related Servers
Rememberizer Common Knowledge
Access personal and team knowledge repositories, including documents and Slack discussions.
YouTube Uploader MCP
Upload videos to YouTube using OAuth2 authentication. Requires a Google OAuth 2.0 client secret file.
Memory Pickle MCP
A project management and session memory tool for AI agents to track projects, tasks, and context during chat sessions.
Doc Reading and Converter
A server for reading and converting documents between PDF, DOCX, and Markdown formats using marker-pdf and pandoc.
Google Sheets
A server that connects to the Google Sheets API, enabling AI-driven spreadsheet automation and data manipulation.
notebooklm MCP
Chat with Google NotebookLM via MCP or HTTP REST API for zero-hallucination answers from your docs. Perfect for n8n workflows and automation.
Attio MCP Server
Interact with data in Attio, the AI-native CRM, enabling AI assistants to access and manage your customer relationship information.
Google Calendar
Integrates with the Google Calendar API to read, create, update, and delete calendar events.
Mousetaile
Anki MCP server
itemit-mcp
An MCP server for asset tracking that connects to the itemit asset management API.