← Index

io.github.rwestergren/rachio-mcp

io.github.rwestergren/rachio-mcp·v0.1.1·Calendar & Time
Quality Score
80
/100

MCP server for Rachio sprinkler controllers — schedules, zones, and live watering control

§01  Install
Claude Desktop (uvx)
{
  "mcpServers": {
    "rachio-mcp": {
      "command": "uvx",
      "args": [
        "rachio-mcp"
      ],
      "env": {
        "RACHIO_ACCESS_TOKEN": "<your-rachio_access_token>"
      }
    }
  }
}
§02  Environment variables
RACHIO_ACCESS_TOKEN
requiredsecret

Long-lived Rachio OAuth access token. Mint one with `rachio-mcp-token` (or `uvx --from rachio-mcp rachio-mcp-token`). The token lasts ~25 years and replaces sending your password to the MCP process.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Calendar & Time