Connect Claude to your Caddis machine data in a couple of minutes. Once connected, you can ask Claude about your equipment, runs, and alarms in plain language.

What You'll Need

Nothing to install. No passwords to enter into a config file.

Option A: Claude Code (CLI)

Open your terminal and run:

Claude Code (CLI)
bash
claude mcp add caddis --transport http https://api.lcm2m.com/mcp

Option B: Claude Desktop

Open your Claude Desktop MCP settings file and add:

json
{
  "mcpServers": {
    "caddis": {
      "url": "https://api.lcm2m.com/mcp"
    }
  }
}

Restart Claude Desktop after saving the file.

Sign In

The first time you ask Claude something that needs Caddis data, a browser window opens asking you to log in with your LCM2M account. Sign in once and you're connected.

Try It

All data is read-only. For the full guide and available tools, see Setting Up the Caddis MCP Server.