LogoSTMCP
Download
mcp-server-hc3

MCP Server for Fibaro HC3

MCP Server for Fibaro HC3 enables AI assistants to control Fibaro Home Center 3 smart home systems through natural language commands for device control, scene management, and room operations.

Tools

1. list_rooms

Get all rooms in your HC3 system.

2. get_room

Get detailed information about a specific room.

3. list_devices

List devices with optional filtering.

4. get_device

Get comprehensive device details.

5. call_device_action

Execute any device action (turnOn, turnOff, toggle, setValue, etc.).

6. list_scenes

Get all scenes in your HC3 system.

7. get_scene

Get detailed information about a specific scene.

8. execute_scene

Execute a scene (async or sync).

9. kill_scene

Stop a running scene.

10. test_connection

Test connectivity to your HC3 system.

Open Graph image for MCP Server for Fibaro HC3

JSON Config

{
  "mcpServers": {
    "mcp-server-hc3": {
      "command": "node",
      "args": ["/path/to/your/mcp-server-hc3/dist/index.js"],
      "env": {
        "HC3_HOST": "192.168.1.100",
        "HC3_USERNAME": "admin",
        "HC3_PASSWORD": "your_password",
        "HC3_PORT": "80",
        "MCP_TRANSPORT_TYPE": "stdio"
      }
    }
  }
}

Useful Links

Information