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.
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.
A sample conversation with Claude AI can be viewed here
- Modbus TCP connection to the LG Therma V heat pump. (such as Waveshare)
- A MCP client, such as Claude Desktop
- 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
.
- 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
- On Mac, this is usually
- Open the
claude_desktop_config.json
file and change"command":"<path to lg-thermav-mcp-server>"
to the path of thelg-thermav-mcp-server
binary. - 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
- Open Claude Desktop and start a new conversation. You should see available LG Therma V tools if everything is set up correctly.
This project is licensed under the MIT License. See the LICENSE file for details.