MCP Server
MCP
io.github.rwestergren/rachio-mcp
MCP server for Rachio sprinkler controllers — schedules, zones, and live watering control
Install
uvx rachio-mcp
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "rachio-mcp",
"version": "0.1.4",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "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.",
"isRequired": true,
"isSecret": true,
"name": "RACHIO_ACCESS_TOKEN"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment