Loading MCP server directory, please wait...
MCP server for Rachio sprinkler controllers — schedules, zones, and live watering control
npx @getmcp/cli add io.github.rwestergren/rachio-mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
RACHIO_ACCESS_TOKENLong-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.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.rwestergren/rachio-mcp": {
"command": "uvx",
"args": [
"rachio-mcp"
],
"env": {
"RACHIO_ACCESS_TOKEN": ""
}
}
}
}