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
npx lg-thermav-mcp-serverThis 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
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
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
- Modbus TCP connection to the LG Therma V heat pump. (such as Waveshare)
- A MCP client, such as Claude Desktop
Installation
- Grab the binary for your system from the releases page.
- Unzip the binary and optionaly place it into your path.
- 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
- Copy the file
claude_desktop_config.jsonto 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
- On Mac, this is usually
- Open the
claude_desktop_config.jsonfile and change"command":"<path to lg-thermav-mcp-server>"to the path of thelg-thermav-mcp-serverbinary. - Open the
claude_desktop_config.jsonfile and change"MODBUS_URL": "<modbus-url>"to the URL of your modbus TCP connection. For example,tcp://192.168.1.10:4196 - 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.