Back to Apps

Devices MCP
by sandraschi
Unified MCP server and dashboard for managing home LAN IoT devices including Tapo, Hue, and Ring.
0 stars
Works in:Cursor
Exposes:Tools
What it does
Devices MCP provides a unified interface for AI agents to control and monitor a wide array of home IoT devices. It integrates with Tapo, Philips Hue, Ring, Nest (via Home Assistant), and Shelly devices, bridging local network hardware to LLM tool-calling capabilities.
Tools
- Camera Tools: Manage and stream from Tapo/ONVIF and USB webcams.
- Energy Tools: Monitor and control Tapo P115 smart plugs.
- Lighting Tools: Control Philips Hue and Tapo lighting systems.
- Security Tools: Interface with Ring and Nest Protect sensors.
- Environmental Tools: Access weather data via Open-Meteo.
Installation
For Claude Desktop, use the .mcpb bundle from GitHub Releases or configure manually:
{
"mcpServers": {
"devices-mcp": {
"command": "python",
"args": ["-m", "devices_mcp"],
"env": {
"CONFIG_PATH": "/path/to/config.yaml"
}
}
}
}
Supported hosts
- Claude Desktop
- Cursor
Choose your AI client and follow the steps below.
Cursor
Add to mcpServers configurationClaude Desktop
Use .mcpb bundle or python module configuration





