Openhue MCP Server

An MCP server that enables control of Philips Hue lights through Claude and other LLM interfaces using the OpenHue CLI.

Local serverstdioTypeScript

What is the Openhue MCP server?

Most AI and media services work still happens through a UI a human drives. Openhue MCP server moves it into the conversation instead. An MCP server that enables control of Philips Hue lights through Claude and other LLM interfaces using the OpenHue CLI.

The tools it exposes

The server publishes 4 tools. What each one is for:

  • macOS — ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows — %APPDATA%\Claude\claude_desktop_config.json
  • Building — The Building tool exposed by this server
  • Running — The Running tool exposed by this server

What it needs from you

Getting it running

openhue/cli on a container image is all you need. Most clients run it directly, so configuration is a few lines and a restart.

How it compares

Plenty of AI and media services servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Openhue's toolset — macOS, Windows, Building and 1 more — is a fair guide to whether it matches your workflow. It is maintained by lsemenenko; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Things to watch

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
macOS~/Library/Application Support/Claude/claude_desktop_config.json
Windows%APPDATA%\Claude\claude_desktop_config.json
BuildingThe Building tool exposed by this server.
RunningThe Running tool exposed by this server.

How to install the Openhue MCP server

{
  "mcpServers": {
    "openhue": {
      "command": "docker",
      "args": ["run", "-i", "--rm", "openhue/cli"]
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Configuration

Example prompts to try

  • Use Openhue to macOS.
  • Use Openhue to Windows.
  • Use Openhue to Building.

Frequently asked questions

It connects Openhue to MCP-compatible AI assistants such as Claude and Cursor, exposing 4 tools (macOS, Windows, Building, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Openhue directly.