AC Infinity MCP

MCP server for AC Infinity grow controllers. Monitor, automate, and control your grow environment through natural conversation with Claude.

View the Project on GitHub ober37/ac-infinity-mcp

AC Infinity MCP

Connect Claude to your AC Infinity controllers. Monitor live sensor data, run analytics, and control your grow environment through natural conversation — no app switching, no menus.

→ Getting Started Guide


What it does

Capability Description
Monitor Live sensor readings and multi-day historical data across all controllers and ports
Understand Environment health scoring, trend detection, and port activity analysis
Automate VPD, temperature, and humidity automation — set targets, let Claude manage the rest
Configure Full port mode control across all 8 modes with preview before any change
Grow One-command grow stage templates from seedling through late flower

Quick install

uvx ac-infinity-mcp

Add to your Claude Desktop claude_desktop_config.json:

{
  "mcpServers": {
    "ac-infinity": {
      "command": "uvx",
      "args": ["ac-infinity-mcp"],
      "env": {
        "AC_INFINITY_EMAIL": "your@email.com",
        "AC_INFINITY_PASSWORD": "yourpassword"
      }
    }
  }
}

See the Deployment Guide for Docker, HTTPS, and advanced configuration.


Documentation


Requirements