1. Conduid
  2. Data
  3. Lg Thermav MCP Server
MCP server · Data

Lg Thermav MCP Server

LG Therma V MCP server to communicate with heat pump via modbus

Unclaimed MIT last commit a year ago data
49Fair

Scored 3 months ago · breakdown

About Lg Thermav MCP Server

Lg Thermav MCP Server is an MCP server published by MarinX in the Data category: lG Therma V MCP server to communicate with heat pump via modbus. It has been installed 0 times through Conduid.

The repository has 1 stars and 0 forks, with the last commit a year ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx lg-thermav-mcp-server

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Lg Thermav MCP Server

Powered by Claude · Grounded in docs

I know everything about Lg Thermav MCP Server. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

README

LG Therma V MCP Server

Go Report Card GoDoc License

The LG Therma V MCP Server is a Model Context Protocol (MCP) server that provides seamless integration with Therma V heats pumps via modbus, enabling advanced automation and interaction capabilities for developers and tools.

⚠️ Note

This project is in early development and is not yet ready for production use. The API may change, and some features may not be fully implemented.

Demo

A sample conversation with Claude AI can be viewed here

Prerequisites

  1. Modbus TCP connection to the LG Therma V heat pump. (such as Waveshare)
  2. A MCP client, such as Claude Desktop

Installation

  1. Grab the binary for your system from the releases page.
  2. Unzip the binary and optionaly place it into your path.
  3. Make sure the binary is executable. On Linux and Mac, you can do this by running chmod +x lg-thermav-mcp-server.

Usage with Claude Desktop

  1. Copy the file claude_desktop_config.json to Claude Desktop config directory.
    • On Mac, this is usually /Library/Application\ Support/Claude/claude_desktop_config.json
    • On Linux, this is usually ~/.config/Claude/claude_desktop_config.json
    • On Windows, this is usually AppData\Claude\claude_desktop_config.json
  2. Open the claude_desktop_config.json file and change "command":"<path to lg-thermav-mcp-server>" to the path of the lg-thermav-mcp-server binary.
  3. Open the claude_desktop_config.json file and change "MODBUS_URL": "<modbus-url>" to the URL of your modbus TCP connection. For example, tcp://192.168.1.10:4196
  4. Open Claude Desktop and start a new conversation. You should see available LG Therma V tools if everything is set up correctly.

License

This project is licensed under the MIT License. See the LICENSE file for details.

README mirrored from the source repository 3 months ago. The original is authoritative.

Questions

About Lg Thermav MCP Server

How do I install Lg Thermav MCP Server?

Run npx lg-thermav-mcp-server, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Lg Thermav MCP Server safe to use with an AI agent?

Its trust score is 49 out of 100 (fair). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Lg Thermav MCP Server still maintained?

The last commit was a year ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.