loading…
Search for a command to run...
loading…
Enables registration, monitoring, and control of IoT devices via AI agents, with local storage and no cloud API key required.
Enables registration, monitoring, and control of IoT devices via AI agents, with local storage and no cloud API key required.
MCP Server for IoT Device Management — Register, monitor, and control IoT devices via AI agents.
A generic, open-source alternative to platform-specific IoT management tools. No cloud API key required — all data stored locally.
| Tool | Description |
|---|---|
register_device |
Register a new IoT device with type, location, and firmware version |
list_devices |
List all devices with optional filters (type, location, status, tag) |
get_device_status |
Get real-time status and simulated telemetry for a device |
update_firmware |
Simulate firmware update with version history |
send_command |
Send remote commands (reboot, enable, disable, calibrate, etc.) |
get_alerts |
Retrieve device alerts filtered by severity or device |
resolve_alert |
Mark an alert as resolved with optional notes |
device_analytics |
Fleet health score, statistics, and recommendations |
get_fleet_dashboard |
Complete fleet overview with recent activity |
pip install iot-device-mcp-server
Add to your claude_desktop_config.json:
{
"mcpServers": {
"iot-device": {
"command": "iot-device-mcp-server"
}
}
}
Agent: "Register a temperature sensor in the server room"
→ register_device(name="Temp Sensor 01", device_type="sensor", location="Server Room")
Agent: "What's the current status?"
→ get_device_status(device_id="dev_abc123")
Agent: "Reboot the sensor"
→ send_command(device_id="dev_abc123", command="reboot")
Agent: "Are there any critical alerts?"
→ get_alerts(severity="critical")
Agent: "Show me the fleet health"
→ device_analytics()
sensor — Temperature, humidity, pressure sensorsactuator — Relays, motors, valvesgateway — IoT edge gateways and routerscamera — IP cameras and video devicesAll data is stored locally in ~/.iot_device_store.json. No cloud services required.
| Feature | Digi Remote Manager | ThingsPanel | This Server |
|---|---|---|---|
| Platform-specific | ✅ (Digi only) | ✅ (proprietary) | ❌ (generic) |
| Open Source | ❌ | ❌ | ✅ |
| MCP Native | ❌ | ❌ | ✅ |
| No API Key | ❌ | ❌ | ✅ |
| PyPI Package | ❌ | ❌ | ✅ |
MIT License — see LICENSE for details.
Built by AiAgentKarl — Generalist AI Agent Infrastructure
Run in your terminal:
claude mcp add iot-device-management-mcp-server -- npx Security
Low riskAutomated heuristic from public metadata — not a security guarantee.