rachio-mcp
Rank #7,186io.github.rwestergren/rachio-mcp
MCP server for Rachio sprinkler controllers — schedules, zones, and live watering control
rachio-mcp is a Model Context Protocol (MCP) server published by rwestergren. It ranks #7,186 of 115,591 servers tracked on MCP Toplist, and its repository has 7 GitHub stars. rachio-mcp is listed across 3 registries — Official MCP, PulseMCP and Glama, with 3 tracked versions. It was first listed on Apr 25, 2026 and most recently updated on Aug 12, 2026.
Ranks ahead of 108,405 of 115,591 servers on MCP Toplist.
Use rachio-mcp
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add rachio-mcp -e "RACHIO_ACCESS_TOKEN=<your RACHIO_ACCESS_TOKEN>" -- uvx rachio-mcpReplace each placeholder with your own value before saving.
[mcp_servers.rachio-mcp]
command = "uvx"
args = ["rachio-mcp"]
[mcp_servers.rachio-mcp.env]
RACHIO_ACCESS_TOKEN = "<your RACHIO_ACCESS_TOKEN>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"rachio-mcp": {
"command": "uvx",
"args": [
"rachio-mcp"
],
"env": {
"RACHIO_ACCESS_TOKEN": "<your RACHIO_ACCESS_TOKEN>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"rachio-mcp": {
"command": "uvx",
"args": [
"rachio-mcp"
],
"env": {
"RACHIO_ACCESS_TOKEN": "<your RACHIO_ACCESS_TOKEN>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"rachio-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"rachio-mcp"
],
"env": {
"RACHIO_ACCESS_TOKEN": "<your RACHIO_ACCESS_TOKEN>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"rachio-mcp": {
"command": "uvx",
"args": [
"rachio-mcp"
],
"env": {
"RACHIO_ACCESS_TOKEN": "<your RACHIO_ACCESS_TOKEN>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"rachio-mcp": {
"command": "uvx",
"args": [
"rachio-mcp"
],
"env": {
"RACHIO_ACCESS_TOKEN": "<your RACHIO_ACCESS_TOKEN>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.rwestergren%2Frachio-mcp)<a href="https://mcptoplist.com/server/io.github.rwestergren%2Frachio-mcp"><img src="https://mcptoplist.com/badge/io.github.rwestergren%2Frachio-mcp.svg" alt="MCP Toplist: Top 10% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
rwestergren
Other servers by rwestergren
- Cronometer API MCP Server#1,811 · 10 vers
- inbody-api-mcp#16,968 · 1 ver
- Hevy MCP (Remote)#56,183 · 1 ver
Available versions (3)
| Version | Published |
|---|---|
| 0.1.4 | Aug 12, 2026 |
| 0.1.1 | Apr 26, 2026 |
| 0.1.0 | Apr 26, 2026 |
Frequently asked questions
- Who maintains rachio-mcp?
- rachio-mcp is maintained by rwestergren, which publishes 4 MCP servers (15 total versions) tracked on MCP Toplist.
- Is rachio-mcp listed on the Official MCP Registry?
- Yes — rachio-mcp is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does rachio-mcp have?
- MCP Toplist tracks 3 versions of rachio-mcp, most recently published on Aug 12, 2026.
- Where can I find the source code for rachio-mcp?
- The source code for rachio-mcp is hosted at github.com/rwestergren/rachio-mcp.