Skip to main content
Glama

Tuya MCP Server

by cabra-lat

tuyactl

This project provides a command-line interface (tuyactl) for controlling Tuya devices. It interacts with a separate Tuya Server (I'm still thinking a better way of doing that).

Requirements

  • uv: A fast and modern Python package installer and runner. Install it by following the instructions on the uv documentation site.
  • Tuya Local Keys: You will need the local keys for your Tuya devices. Follow the tinytuya setup wizard to obtain these.

Quick Start

  1. Install uv:Follow the official installation instructions on the uv documentation site. The recommended method is to use the standalone installer, which you can download and run with the following command:
    curl -LsSf https://astral.sh/uv/install.sh | sh
  2. Obtain Tuya Local Keys:Follow the tinytuya setup wizard to get the local keys for your Tuya devices. Place the resulting snapshot.json file in your home directory (~). You can customize the location of this file using environment variables (see below).
  3. Run the server:
    nohup tuyad > tuyad.log 2>&1 &
  4. Run tuyactl:To see the available commands and options, run:
    tuyactl --help
    To execute a specific command, use the following syntax:
    tuyactl <command> [options]
    Replace <command> with one of the available commands: list, on, off, color, brightness, temperature, mode, music. Use the `--

help` option to see the available options for each command.

For example, to list all your Tuya devices, run: ```bash tuyactl list ```

Configuration

  • snapshot.json Location: You can customize the location of the snapshot.json file (containing your Tuya device keys) using environment va riables. (Details on this to be added later).
-
security - not tested
A
license - permissive license
-
quality - not tested

local-only server

The server can only run on the client's local machine because it depends on local resources.

カスタム URI スキームを備えたメモ ストレージ システムを提供し、Tuya デバイスにメモを追加したり概要を生成したりするためのツールが含まれています。

  1. 要件
    1. クイックスタート
      1. 構成

        Related MCP Servers

        • -
          security
          F
          license
          -
          quality
          Facilitates note storage and summarization through custom URIs, allowing users to manage, summarize, and update notes with varying detail levels in a collaborative environment.
          Last updated -
          Python
          • Apple
        • A
          security
          F
          license
          A
          quality
          This server provides a note storage system with a custom URI scheme, allowing users to add and summarize notes, with adjustable summary detail levels.
          Last updated -
          1
          Python
          • Apple
        • A
          security
          F
          license
          A
          quality
          This server enables users to store, manage, and summarize notes using a custom URI scheme, with functionality to add new notes and generate summaries with varying levels of detail.
          Last updated -
          3
          Python
          • Apple
        • A
          security
          F
          license
          A
          quality
          A server for managing and summarizing notes using a custom URI scheme, with tools to add notes and create styled summaries.
          Last updated -
          4
          6
          Python
          • Apple

        View all related MCP servers

        MCP directory API

        We provide all the information about MCP servers via our MCP API.

        curl -X GET 'https://glama.ai/api/mcp/v1/servers/cabra-lat/tuyactl'

        If you have feedback or need assistance with the MCP directory API, please join our Discord server