This SwitchBot MCP server, developed by the GenM team, enables AI assistants to control SwitchBot devices through the SwitchBot API. Built with TypeScript and leveraging the Model Context Protocol SDK, it provides tools for device discovery, status monitoring, and command execution. The implementation focuses on simplifying smart home automation, making it easier for AI models to interact with physical devices. It's particularly useful for enhancing AI-driven home management, energy optimization, or creating custom automation routines, enabling seamless integration of AI capabilities with SwitchBot's ecosystem without requiring deep knowledge of the SwitchBot API.
暂无评论. 成为第一个评论的人!
登录以参与讨论
List all devices connected to the SwitchBot server.
Get the current status of a specific device.
Turn a specific device on or off. Parameters: device_id (string), action (string: 'on' or 'off')
Change the settings of a specific device. Parameters: device_id (string), settings (object)
List all available scenes that can be executed.
Execute a specific scene. Parameters: scene_id (string)
Get sensor information such as temperature, humidity, brightness, and motion.