Odel
Larnitech

Larnitech

Local
@mpopovych-thinkhomePythonMITUpdated 3 days ago

Read, watch and safely control Larnitech smart-home controllers over the API2 protocol.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIlarnitech-mcpv1.3.1b0

Run

uvx larnitech-mcp

MCP client config

{
  "mcpServers": {
    "larnitech": {
      "command": "uvx",
      "args": [
        "larnitech-mcp"
      ]
    }
  }
}