
ThinQ Connect MCP Server (Beta)
This is the official MCP (Model Context Protocol) server for LG ThinQ devices. This server provides integrated control capabilities including status monitoring, device control, and profile information for various LG ThinQ devices, built on the LG ThinQ API and Python Open SDK. MCP connection method is stdio.

Table of Contents
- Features
- Prerequisites
- Quick Start
- Detailed Usage
- Tool Reference
Features
Device List Query
Retrieve a list of all registered LG ThinQ devices.Device Status Monitoring
Get real-time status information for specific devices.Device Control
Execute control commands defined in each device's profile.
(e.g., turn air conditioner on/off, set temperature, etc.)Device Control Capabilities Query
Provide detailed information about controllable properties, methods information for each device.
Prerequisites
- Prepare a Personal Access Token for ThinQ Open API calls
- Verify your ThinQ account's country code. You can find it in the Country Codes section.
- Python 3.11 or higher
- Install uv - A fast Python package installer and resolver for Python projects
- MCP client (Claude Desktop, etc.)






