SmartThings

Integrate and control SmartThings devices using a personal access token.

smartthings-mcp

This project provides a small Model Context Protocol server exposing a few SmartThings helper tools.

"mcpServers": {
  "SmartThings": {
    "type": "stdio",
    "command": "uv",
    "args": [
        "run",
        "src/server.py"
    ],
    "env": {
        "TOKEN": "Your Personal Token"
    }
  }
}

Docker

A Dockerfile is included for convenience. Build and run the image with:

docker build -t smartthings-mcp .
docker run -e TOKEN=<api token> smartthings-mcp

The container installs the production dependencies using uv and launches the server with uv run src/server.py.

Available tools

The server exposes the following MCP tools:

  • get_rooms – return a mapping of room UUIDs to names.
  • get_devices – list devices with optional filtering.
  • get_device_status – fetch status for a device by UUID.
  • execute_commands – send commands to a device.

관련 서버

NotebookLM 웹 임포터

원클릭으로 웹 페이지와 YouTube 동영상을 NotebookLM에 가져오기. 200,000명 이상이 사용 중.

Chrome 확장 프로그램 설치