iot-mcp-servers

nagarjunr/iot-mcp-servers
★ 0 stars Python AI/LLM Updated today
MCP (Model Context Protocol) servers for IoT platforms — giving AI agents read access to device registries, digital twins, and telemetry.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "iot-mcp-servers": {
      "command": "uvx",
      "args": [
        "iot-mcp-servers"
      ]
    }
  }
}

Or install with pip: pip install iot-mcp-servers