Fibaro HC3 MCP Server
Enables control of Fibaro Home Center 3 smart home devices through natural language commands. Supports device control, scene management, lighting adjustments, and RGB color changes with automatic HC3 connection.
README
Fibaro HC3 MCP Server
⚠️ DEMO VERSION DISCLAIMER
This is a demonstration/educational version of the Fibaro HC3 MCP Server. It is NOT a commercial product and is provided as-is for learning and testing purposes only. Use at your own risk.
An MCP (Model Context Protocol) Server for controlling Fibaro Home Center 3 through Claude AI.
Features
- Auto-connect to Fibaro HC3 on startup (one-time configuration)
- Retrieve information about devices, scenes, and rooms
- Control devices (turn on/off, set values, brightness, colors)
- Run and stop scenes
- Full Claude AI integration for natural language control
- Support for RGB lights with color name mapping
- HTTP/HTTPS protocol support
Installation
🚀 Quick Installation (Recommended)
One-command installation - no need to clone the repository:
curl -sSL https://raw.githubusercontent.com/kaeljune/fibaro-mcp-server/main/quick-install.sh | bash
This script will:
- ✅ Check dependencies (git, node.js, npm)
- ✅ Choose your AI client (Claude Desktop or Cursor)
- ✅ Automatically clone the repository
- ✅ Ask for Fibaro HC3 connection details
- ✅ Test the connection
- ✅ Install dependencies and build the project
- ✅ Configure your AI client automatically
- ✅ Ready to use!
📋 Manual Installation
If you prefer to install manually:
- Clone this repository:
git clone https://github.com/kaeljune/fibaro-mcp-server.git
cd fibaro-mcp-server
- Install dependencies:
npm install
- Build the project:
npm run build
- Run the configuration script:
./install-claude.sh
Usage
After installation, no manual connection required. The MCP server will automatically connect to Fibaro HC3 when your AI client (Claude Desktop or Cursor) starts.
Supported AI Clients
- Claude Desktop - Full MCP support
- Cursor - MCP integration for AI-powered coding
1. View Device List
Show all devices
2. Control Lights
Turn off light number 3
Turn on living room light
Set light number 5 brightness to 50%
3. Control RGB Lights
Change RGB light number 10 to red
Set RGB light number 10 to purple (255,0,255,0)
4. Run Scenes
Run scene "Good Night"
Available Commands
Information
fibaro_get_devices: Get list of all devicesfibaro_get_device: Get detailed device information by IDfibaro_get_scenes: Get list of all scenesfibaro_get_scene: Get detailed scene information by IDfibaro_get_rooms: Get list of all rooms
Control
fibaro_turn_on_device: Turn on device by IDfibaro_turn_off_device: Turn off device by IDfibaro_set_device_value: Set property value for devicefibaro_set_brightness: Set brightness for lights/dimmers (0-100%)fibaro_set_color: Set RGB color for RGB lights (R,G,B,W: 0-255)fibaro_control_rgb_light: Complete RGB light control (on/off + color + brightness)fibaro_run_scene: Run scene by IDfibaro_stop_scene: Stop scene by ID
Integration Examples
After configuration, you can talk to Claude like:
- "Turn off all lights in the house"
- "Turn on bedroom light"
- "Run good morning scene"
- "Show status of all sensors"
- "Set living room light brightness to 50%"
- "Change living room RGB light to green"
- "Set RGB light number 5 to light purple"
Claude will automatically:
- Connect to Fibaro HC3 (if not already connected)
- Find matching devices/scenes
- Execute control commands
- Report results
Security
- This server only connects locally to Fibaro HC3
- Login credentials are stored securely in MCP configuration
- Supports both HTTP and HTTPS with self-signed certificate acceptance
- No sensitive information is stored in logs
Troubleshooting
Cannot connect to Fibaro HC3
- Re-run the installation script:
./install-claude.sh - Check IP address and port (default HTTP: 80, HTTPS: 443)
- Ensure username/password are correct
- Check firewall and network connectivity
- Try accessing HC3 web interface from browser
MCP Server not working
- Check the path in Claude configuration
- Ensure project has been built (
npm run build) - Restart Claude Desktop after configuration changes
- Check Claude Desktop logs for detailed error messages
Changing Fibaro HC3 connection information
To change IP, username, or password:
- Re-run the installation script:
./install-claude.sh - Enter new information
- Restart Claude Desktop
License
This is a demo/educational project. Not for commercial use.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。