Rachio MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 109 installs a week from pypi. Last commit 12 Aug 2026.
MCP server for Rachio sprinkler controllers — schedules, zones, and live watering control
Today is the operative word: we check Rachio MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add rachio-mcp -- uvx rachio-mcp
{
"mcpServers": {
"rachio-mcp": {
"args": [
"rachio-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.rachio-mcp]
command = "uvx"
args = ["rachio-mcp"]
{
"mcpServers": {
"rachio-mcp": {
"args": [
"rachio-mcp"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"rachio-mcp": {
"args": [
"rachio-mcp"
],
"command": "uvx"
}
}
}
This one needs environment variables set before it will start:
RACHIO_ACCESS_TOKEN (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.).
The author declared them in the registry entry; get the values from the project itself.
MCP server for Indian Railways: search trains, stations, schedules and live status.
MCP server for controlling Dyson air purifiers and fans
MCP server for Sapling (sl) version control
MCP server for discovering and controlling TP-Link Tapo smart home devices via AI Agents
Local MCP server for stateful, fail-closed Logic Pro control and live project readback.
MCP server for Android device control via ADB and scrcpy
MCP server for Philips Hue smart lighting control
Rust MCP server and CLI for UniFi Network controller operations.
Answers built from our own checks of this server.