Tuya MCP Server
トゥヤクトル
このプロジェクトは、Tuyaデバイスを制御するためのコマンドラインインターフェース( tuyactl )を提供します。これは別のTuyaサーバーと連携します(より良い方法をまだ考えています)。
要件
**uv:**高速でモダンなPythonパッケージインストーラー兼ランナーです。uvドキュメントサイトの指示に従ってインストールしてください。
Tuya ローカルキー: Tuyaデバイスにはローカルキーが必要です。tinytuyaセットアップウィザードに従って取得してください。
Related MCP server: Datetime MCP Server
クイックスタート
uvをインストールします:UVドキュメントサイトにある公式インストール手順に従ってください。推奨される方法は、スタンドアロンインストーラーを使用することです。スタンドアロンインストーラーは、以下のコマンドでダウンロードして実行できます。
curl -LsSf https://astral.sh/uv/install.sh | shTuya ローカル キーを入手します。
tinytuya セットアップウィザードに従って、Tuya デバイスのローカルキーを取得します。作成された
snapshot.jsonファイルをホームディレクトリ (~) に配置します。このファイルの場所は、環境変数を使用してカスタマイズできます (下記参照)。サーバーを実行します。
nohup tuyad > tuyad.log 2>&1 &tuyactlを実行します:利用可能なコマンドとオプションを確認するには、次のコマンドを実行します。
tuyactl --help特定のコマンドを実行するには、次の構文を使用します。
tuyactl <command> [options]<command>、使用可能なコマンドのいずれかに置き換えてください:list、on、off、color、brightness、temperature、mode、music。各コマンドで使用可能なオプションを確認するには、-- helpオプションを使用してください。たとえば、すべての Tuya デバイスを一覧表示するには、次のコマンドを実行します。
tuyactl list
構成
**
snapshot.json場所:**環境変数を使用して、snapshot.jsonファイル (Tuya デバイス キーを含む) の場所をカスタマイズできます。(詳細は後日追加されます)。
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceFacilitates note storage and summarization through custom URIs, allowing users to manage, summarize, and update notes with varying detail levels in a collaborative environment.
- FlicenseCqualityDmaintenanceThis 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.3
- FlicenseCqualityNot gradedmaintenanceEnables creating and managing text notes with a simple note-taking system. Provides tools to create notes, access them via URIs, and generate summaries of all stored notes.41
- FlicenseBqualityDmaintenanceA simple note storage and management system that allows users to add, access, and summarize notes through a custom URI scheme. Supports creating summaries with configurable detail levels and provides real-time resource change notifications.4
Related MCP Connectors
Cross-session, cross-device memory for your agent: remember and recall notes. No key to start.
AI access to your aNotepad online notes: read, search, write, and organize via 22 tools.
Markdown-based note-taking with a hosted MCP server. Your notes serve you and your AI.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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