mcpserver.thinqconnect 0.1.0

Prefix Reserved

                    
dotnet tool install --global mcpserver.thinqconnect --version 0.1.0
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local mcpserver.thinqconnect --version 0.1.0
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=mcpserver.thinqconnect&version=0.1.0
                    
nuke :add-package mcpserver.thinqconnect --version 0.1.0
                    

mcpserver.ThinQConnect

A MCP server as dotnet tool for the LG ThinQ Connect Route API and Device API.

dnx

dnx mcpserver.ThinQConnect --yes

dotnet tool

Installation

dotnet tool install --global mcpserver.ThinQConnect

🛠️ Supported Tools

  • GetRoute: Resolve the ThinQ backend endpoints for the configured country.
  • GetDevices: List ThinQ devices available for the configured PAT.
  • GetDeviceProfile: Retrieve the profile JSON for a specific ThinQ device.
  • GetDeviceProfiles: Retrieve the profile JSON for multiple ThinQ devices.
  • GetDeviceState: Retrieve the current state JSON for a specific ThinQ device.
  • GetDeviceStates: Retrieve the current state JSON for multiple ThinQ devices.
  • ControlDevice: Send a control payload JSON to a specific ThinQ device.
  • ControlDevices: Send a control payload JSON to multiple ThinQ devices.

⚙️ Configuration

The server reads configuration from either command-line arguments or environment variables.

Command-line arguments

  • --country
  • --pat
  • --baseurl
  • --stdio (default)
  • --sse

Environment variables

  • THINQ_COUNTRY
  • THINQ_PAT
  • THINQ_BASEURL

Notes

  • The server uses the documented ThinQ Route API to resolve the correct backend for Device API calls.
  • ThinQ documents a fixed x-api-key for these APIs; this server uses that value by default.
  • ControlDevice accepts raw JSON so it can pass through the device-specific control payload described by LG's device profiles.

Claude Desktop

{
  "mcpServers": {
    "thinqconnect-mcp": {
      "command": "dnx",
      "args": [
        "mcpserver.ThinQConnect"
      ],
      "env": {
        "THINQ_PAT": "thinqpat_***"
      }
    }
  },
  . . .
}

Sponsors

Entity Framework Extensions and Dapper Plus are major sponsors and proud to contribute to the development of mcpserver.azuredevops.stdio.

Entity Framework Extensions

Dapper Plus

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last Updated
0.1.0 133 8/9/2026
0.0.2 119 7/29/2026
0.0.1-preview-01 118 7/26/2026

# 0.1.0 (09 August 2026)
- #3 Add ControlDevice [enhancement]
- #4 Upgrade to ModelContextProtocolServer.Hybrid version 0.9.0 + fixes [bug]
- #5 Use JsonElement instead of string and add multiple [enhancement]

The full release notes can be found here: https://github.com/StefH/mcpserver.ThinQConnect/blob/main/ReleaseNotes.md