Skip to main content
Glama

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.

Related MCP server: Weather MCP Server

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.

F
license - not found
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    -
    quality
    D
    maintenance
    Provides real-time weather information and forecasts, connecting AI assistants with live weather data for current conditions and multi-day forecasts for any location worldwide.
    Last updated
  • F
    license
    B
    quality
    D
    maintenance
    Enables users to get weather alerts and forecasts through natural language interactions. Provides real-time weather information and alert notifications via MCP tools.
    Last updated
    2
  • F
    license
    B
    quality
    D
    maintenance
    Provides current weather conditions, multi-day forecasts, and location search capabilities through integration with weather APIs, enabling natural language weather queries and comparisons.
    Last updated
    3
  • F
    license
    -
    quality
    D
    maintenance
    Exposes public weather and climate data through a standardized API, allowing AI agents to retrieve current conditions, 7-day forecasts, and historical data. It enables weather-aware automation and data enrichment for conversational agents and travel planning.
    Last updated

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/nicolavs/laundry-timer-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server