← Back to Plugins
MCP Server MCP

io.github.rwestergren/rachio-mcp

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...