Skip to main content
Other Tools and IntegrationsPython

thinq-connect/thinqconnect-mcp

Interact with LG ThinQ smart home devices and appliances through the ThinQ Connect MCP server.

other-tools-and-integrationsofficialcloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/thinq-connect/thinqconnect-mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "thinqconnect-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "thinq-connect/thinqconnect-mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Other Tools and Integrations
Language
Python
Author
thinq-connect