ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use SmartThings with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Control and monitor your smart home ecosystem. manage devices, check real-time statuses, and trigger scenes directly from your AI agent.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 13 capabilities

The complete SmartThings capability set.

These are the exact actions your AI can choose when you ask it to work with SmartThings.

Capability set01 / 04

01-04

4 capabilities in this set.

Part of 13 available through SmartThings.

  1. 01

    List installed apps

    List all installed instances of SmartApps

  2. 02

    List locations

    G., Home) accessible by the token. List all SmartThings locations

  3. 03

    List rooms

    List all rooms in a SmartThings location

  4. 04

    Create room

    Create a new room in a SmartThings location

Capability set02 / 04

05-07

3 capabilities in this set.

Part of 13 available through SmartThings.

  1. 05

    Execute device command

    G., switch on/off, set level). Send commands to a SmartThings device

  2. 06

    Execute scene

    Execute a SmartThings scene

  3. 07

    Get device

    Get details for a specific SmartThings device

Capability set03 / 04

08-10

3 capabilities in this set.

Part of 13 available through SmartThings.

  1. 08

    Get device status

    Get the current state of all device components

  2. 09

    List devices

    List all SmartThings devices

  3. 10

    List scenes

    List all SmartThings scenes

Capability set04 / 04

11-13

3 capabilities in this set.

Part of 13 available through SmartThings.

  1. 11

    List subscriptions

    Manage event subscriptions for SmartApps

  2. 12

    Get location

    Get details for a specific SmartThings location

  3. 13

    List apps

    List all SmartApps

Observed, not estimated

886ms average. Fast in production.

SmartThings is checked daily against the live service.

Daily averagePeak 1158ms
Aug 20Today
Fastest day
736ms
Slowest day
1158ms
14-day trend
Slowing+31%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 13 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of SmartThings, so you can see the experience inside your AI.

It does not authenticate your account with SmartThings. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

SmartThings Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_AsgejFrsXUVD0iEKFv6nVKwnhOqJpHAmdpEyTy0v/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — SmartThings capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "smartthings-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_AsgejFrsXUVD0iEKFv6nVKwnhOqJpHAmdpEyTy0v/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions SmartThings owners ask.

  • 01

    Can I check if my lights are on and see the current brightness level?

    Yes. Use the get_device_status capability with the specific Device ID. It will return the current state of all components, including switch status and level attributes.

  • 02

    How do I trigger a 'Movie Night' scene that I already created in the SmartThings app?

    First, use list_scenes to find the ID of your 'Movie Night' scene. Then, use the execute_scene capability with that ID to trigger all associated actions at once.

  • 03

    Is it possible to organize my devices into a new room using this server?

    Yes. You can use the create_room capability by providing the target Location ID and the desired name for the new room subdivision.