ioBroker.mcp

ioBroker/ioBroker.mcp
★ 5 stars TypeScript AI/LLM Updated 3d ago
MCP server for ioBroker
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": {
    "iobroker.mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ioBroker/ioBroker.mcp"
      ]
    }
  }
}

README Excerpt

<img src="admin/mcp.png" alt="ioBroker.mcp" width="200"/> MCP server for ioBroker This adapter exposes ioBroker as an [MCP (Model Context Protocol)](https://modelcontextprotocol.io) server, so MCP-capable clients (e.g. Claude Desktop) can read and control your installation through a well-defined set of tools.

Tools (20)

create_scenecreate_statedelete_filedelete_objectfile_existsget_logsget_objectget_stateshistory_querylist_adapterslist_deviceslist_fileslist_functionslist_hostslist_instanceslist_roomsmkdirping_hostread_filerename_file

Topics

iobrokermcpmcp-server