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. - Prerequisites - Quick Start - Detailed Usage - Tool Reference - Device List Query Retrie
Add this skill
npx mdskills install thinq-connect/thinqconnect-mcpOfficial LG ThinQ MCP server with clear setup, useful IoT control tools, and comprehensive documentation

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.
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.
Open up the configuration file, and add ThinQ Connect MCP config.
{
"mcpServers": {
"thinqconnect-mcp": {
"command": "uvx",
"args": [
"thinqconnect-mcp"
],
"env": {
"THINQ_PAT": "your_personal_access_token_here",
"THINQ_COUNTRY": "your_country_code_here"
}
}
}
}
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:
get_device_list
get_device_available_controls
get_device_status
post_device_control
Install via CLI
npx mdskills install thinq-connect/thinqconnect-mcpThinQ Connect MCP Server (Beta) is a free, open-source AI agent skill. 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. - Prerequisites - Quick Start - Detailed Usage - Tool Reference - Device List Query Retrie
Install ThinQ Connect MCP Server (Beta) with a single command:
npx mdskills install thinq-connect/thinqconnect-mcpThis downloads the skill files into your project and your AI agent picks them up automatically.
ThinQ Connect MCP Server (Beta) works with Claude Code, Claude Desktop, Cursor, Vscode Copilot, Windsurf, Continue Dev, Gemini Cli, Amp, Roo Code, Goose. Skills use the open SKILL.md format which is compatible with any AI coding agent that reads markdown instructions.