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.
관련 서버
mcp-todo
A simple to-do list manager to record, track, and complete daily tasks.
Google Sheets
Interact with Google Sheets using a Python-based MCP server and Google Apps Script.
Autofill PDF
Autofill PDF is an MCP server that connects your Instafill.ai workspace to the Claude and ChatGPT MCP clients, allowing users to upload, search, and automatically fill PDF forms directly from chat.
DifyWorkflow
Tools to the query and execute of Dify workflows
Claude MCP Trello
Interact with Trello boards and cards via the Trello API, with built-in rate limiting and error handling.
Flight Planner
Create detailed flight plans using the fast-flights API.
Miro
Access the Miro REST API v2 for managing boards, creating content, and collaborating.
MCP iCal Server
A server for performing CRUD operations on the macOS Calendar app.
MCP Google Workspace Server
An MCP server for interacting with Google Workspace services, including Drive, Docs, and Sheets.
Amazing Marvin AI Assistant
Connect your Amazing Marvin productivity system with AI assistants for smarter task management.