ThinQ Connect MCP
Project description
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
-
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.)
Quick Start
Claude Desktop
Open up the configuration file, and add ThinQ Connect MCP config.
- macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
- Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"thinqconnect-mcp": {
"command": "uvx",
"args": [
"thinqconnect-mcp"
],
"env": {
"THINQ_PAT": "your_personal_access_token_here",
"THINQ_COUNTRY": "your_country_code_here"
}
}
}
}
Detailed Usage
After setting up the configuration file as shown in the Quick Start section, you can use the ThinQ Connect MCP Server directly in your conversations with Claude.
Examples of prompts you can use:
- "Please provide a list of all devices"
- "Please check the status of the robot vacuum device"
- "Please set the temperature of the air conditioner device to 24 degrees"
Tool Reference
Available Tools
-
get_device_list
- Description: Retrieves a list of all devices connected to the ThinQ Connect platform
- Parameters: None
- Returns: String containing connected device list information
-
get_device_available_controls
- Description: Retrieves available control commands and parameter information for a specific device
- Parameters: device_type (string), device_id (string)
- Returns: String containing device control commands and parameter information
-
get_device_status
- Description: Retrieves status information for a specific device
- Parameters: device_id (string)
- Returns: String containing device status information
-
post_device_control
- Description: Send control commands to a specific device on the ThinQ Connect platform to change its settings or state
- Parameters: device_type (string), device_id (string), control_method (string), control_params (dict)
- Returns: String containing device control result message
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file iflow_mcp_thinqconnect_mcp-0.0.5.tar.gz.
File metadata
- Download URL: iflow_mcp_thinqconnect_mcp-0.0.5.tar.gz
- Upload date:
- Size: 13.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.10 {"installer":{"name":"uv","version":"0.9.10"},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
184b5773b0872a2fea657e6fdeebf71ab9d405092713311fb59f96e6258aa120
|
|
| MD5 |
6eed3de305905961abc299e2de6dfd2e
|
|
| BLAKE2b-256 |
11757b795f88a6a455d8ddf2b3fb2ff4515a9091780d27ab611676c6e42cc1bd
|