rachio mcp for Windsurf
io.github.rwestergren/rachio-mcp
MCP server for Rachio sprinkler controllers — schedules, zones, and live watering control
client:Windsurf
transport:stdio
runtime:pypi
Install rachio mcp in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"rachio-mcp": {
"command": "uvx",
"args": [
"rachio-mcp"
],
"env": {
"RACHIO_ACCESS_TOKEN": "<RACHIO_ACCESS_TOKEN>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs