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.
Retrieve the current status of a specified device.
Control a device by turning it on or off. Parameters: device_id (string), action (string - 'on' or 'off')
Modify the settings of a specified device. Parameters: device_id (string), settings (object)
List all available scenes that can be executed.
Execute a specified scene. Parameters: scene_id (string)
Retrieve sensor information such as temperature, humidity, brightness, and motion.