Skip to main content
Glama

Tuya MCP Server

by cabra-lat
pyproject.toml576 B
[project] name = "tuyactl" version = "0.0.1" description = "A server and client cli tool for controlling Tuya devices" readme = "README.md" requires-python = ">=3.13" dependencies = [ "colour>=0.1.5", "numpy>=2.2.2", "quart>=0.20.0", "scipy>=1.15.1", "tinytuya>=1.16.1", ] [[project.authors]] name = "@cabra.lat" email = "admin@cabra.lat" [project.scripts] tuyactl = "tuyactl.cli:main" tuyad = "tuyad.__main__:main" [build-system] requires = [ "hatchling",] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["src/tuyactl", "src/tuyad"]

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