Rachio MCP

An MCP (Model Context Protocol) server for Rachio sprinkler controllers, built on the reverse-engineered Android-app gRPC API. Its 24 documented tools cover schedule, watering, zones, zone. It runs locally over stdio via the published package.

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-08-12 · ★ 7 · #382 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

MIT · Python servers · how we verify → /methodology

01 · Install Rachio MCP

before you install - you'll need

Set RACHIO_ACCESS_TOKEN, RACHIO_EMAIL before connecting.

Claude Code

claude mcp add rwestergren-rachio-mcp -- uvx rachio-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "rwestergren-rachio-mcp": {
      "command": "uvx",
      "args": [
        "rachio-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

pypi package rachio-mcp - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.rwestergren is GitHub-verified and matches the repo owner

03 · What Rachio MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can filter by device, location, zone, or schedule id, create a new schedule, trigger an immediate run, and stop whatever is running.

Capability map

Tools grouped from the project's README - what Rachio MCP lets an agent do.

Schedule

9 tools - e.g. Single schedule + its locations/devices; Dry-run - returns the Schedule that create_schedule would produce, including the server-generated human-readable summary. Never persists; Create a new schedule

get_schedule · preview_schedule · create_schedule · update_schedule · delete_schedule · copy_schedule…

read & search

8 tools - e.g. Every device on the account - controllers, sensors, weather stations; Full details + live state for a single device; Full detail for a single zone

list_devices · get_device · get_zone · get_calendar · get_run_history · get_active_alerts…

Zones

2 tools - e.g. Zones configured on a controller, with agronomic metadata; Start one or more zones manually by zone number + duration

list_zones · start_zones

run & execute

1 tool - e.g. Stop whatever is running

stop_watering

update

1 tool - e.g. Defer all schedules until a given time

set_rain_delay

Skip

1 tool - e.g. Skip to the next zone in the active run

skip_current_zone

Pause

1 tool - e.g. Pause the current zone for N seconds

pause_watering

Resume

1 tool - e.g. Resume a paused run

resume_watering

Latest releases

v0.1.4 · 2026-08-12

v0.1.3 · 2026-06-30

v0.1.2 · 2026-06-17

04 · Who maintains Rachio MCP

rachio-mcp is maintained by rwestergren. We track 4 MCP servers from rwestergren - 4 actively maintained, 56 combined GitHub stars, oldest repo from Apr 2026. Full record: all servers from rwestergren.

  1. cronometer-api-mcp MCP server for Cronometer nutrition tracking - food logs, diary, macros, fasting ★ 44
  2. inbody-api-mcp MCP server for InBody body-composition data - scans, body fat, muscle mass, body water ★ 5

05 · Facts

category
other - ranked #382 of 848 actively-maintained other servers as of 2026-08-25.
release cadence
3 releases in the last 90 days (latest 2026-08-12)
registry
io.github.rwestergren/rachio-mcp (active, first published 2026-04-26 · 5 versions)
packages
pypi:rachio-mcp

06 · Rachio MCP FAQ

Is Rachio MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-12 and it shipped 3 releases in the last 90 days. We re-verify nightly.

What can Rachio MCP do?

With this server connected, an agent can filter by device, location, zone, or schedule id, create a new schedule, trigger an immediate run, and stop whatever is running.

How do I install Rachio MCP?

Run `uvx rachio-mcp`. The README documents 2 environment variables (RACHIO_ACCESS_TOKEN, RACHIO_EMAIL) to set first. Set RACHIO_ACCESS_TOKEN, RACHIO_EMAIL before connecting. You can also paste the ready-made client config above.

Does Rachio MCP run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Rachio MCP

More MCP servers to compare · NOAA Tides and Currents · Warrant · JustCall MCP Server · Moltbridge · Domain Check

More Python MCP servers · Agent Harnesses · Sourced · Pixelpanda MCP · Audit · see all