Elgato Key Light
БесплатноНе проверенElgato Key Light — Model Context Protocol server
Описание
Elgato Key Light — Model Context Protocol server
README
A Ruby MCP server to control your Elgato Key Light via stdio.
Requirements
- Ruby 4.0.2
- Bundler
- Elgato Key Light on your local network
Setup
bundle install
Run
bundle exec ruby stdio_server.rb
Set the light host if different from the default (192.168.100.13:9123):
ELGATO_LIGHT_HOST=192.168.1.50:9123 bundle exec ruby stdio_server.rb
Docker
docker build -t elgato-mcp .
docker run -i --rm elgato-mcp
macOS limitation: Docker Desktop on Mac does not support
--network host, so containers cannot reach LAN devices like the Elgato Key Light. On macOS, skip Docker and connect the MCP server directly (see below).
Add to Claude Desktop or .mcp config
On macOS, run the server directly with Ruby. Edit ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"elgato-key-light": {
"command": "/bin/bash",
"args": ["-c", "cd /path/to/ruby-mcp-el-gato/stdio_server.rb && exec /path/to/bundle exec ruby stdio_server.rb"]
}
}
}
Find your bundle path with which bundle.
Test via JSON-RPC
Control the light:
{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"elgato_key_light_control_tool","arguments":{"on":1,"brightness":50,"temperature":150}}}
Get current state:
{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"elgato_key_light_status_tool","arguments":{}}}
Установка Elgato Key Light
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/edudepetris/elgato-key-light-mcpFAQ
Elgato Key Light MCP бесплатный?
Да, Elgato Key Light MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Elgato Key Light?
Нет, Elgato Key Light работает без API-ключей и переменных окружения.
Elgato Key Light — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Elgato Key Light в Claude Desktop, Claude Code или Cursor?
Открой Elgato Key Light на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Elgato Key Light with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
