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.
関連サーバー
Todoist
Integrates with the Todoist API to manage your tasks and projects.
MoLing MCP Server
A local office automation assistant for file system operations, system command execution, and browser control.
CodeRide
Task management redesigned for AI, integrated via the CodeRide MCP server.
MCPApp
A Google Apps Script-based MCP network that allows AI to securely access Google Workspace data like Gmail and Calendar.
ActivityWatch MCP Server (Swift)
Provides structured access to ActivityWatch time tracking data for AI assistants.
Brightspace MCP Server
MCP server for Brightspace (D2L): check grades, due dates, announcements, rosters & more using Claude, ChatGPT, Cursor, or any MCP client.
OnceHub
The OnceHub MCP Server provides a standardized way for AI models and agents to interact directly with your OnceHub scheduling API.
ClickUp MCP Server (Enhanced Fork)
An MCP server for integrating ClickUp tasks with AI applications, featuring task dependency management and bug fixes.
Siri Shortcuts
List, open, and run shortcuts from the macOS Shortcuts app.
HackMD
A Model Context Protocol server for integrating HackMD's note-taking platform with AI assistants.