MCP Servers / other / Smart Home Device Control

Smart Home Device Control

JSON →
stdionone2other

Control smart home devices and query information by connecting large models to smart home backend APIs.

Install
How to run this server
[ { "cmd": "pip install fastmcp", "imports": [] } ]
server path: smart-home-device-control
Tools
What this server exposes
get_config
获取当前配置信息,返回后端 API 地址和认证令牌配置状态
get_device_overview
获取所有设备的概览信息,返回系统中所有设备的基本信息列表
get_device_detail
获取特定设备的详细信息,包括设备状态、功耗、运行时间、日志等
control_device
控制特定设备执行操作,如设置温度、开关控制等
get_device_type_docs
获取设备类型的控制文档,不指定设备类型时返回所有设备类型的概览
Configuration
Environment & auth
authnone
Resources
Smart Home Device Control — MCP Server · libregistry