Family Kiosk Display
БесплатноНе проверенAn MCP server that provides LLM-controlled kiosk display tools for family management, supporting animated scenes with text, images, and videos. It enables real-
Описание
An MCP server that provides LLM-controlled kiosk display tools for family management, supporting animated scenes with text, images, and videos. It enables real-time updates via WebSocket and offers high-level tools for calendars, chores, meal plans, and announcements through both stdio and HTTP transports.
README
A polished, animated kiosk display that can be controlled by an LLM through MCP tool calls.
What this provides
- MCP server over stdio with kiosk control tools
- HTTP kiosk display endpoint at
http://localhost:8787 - Real-time updates via WebSocket (
/ws) - Large readable typography and smooth animated transitions
- Support for mixed scene elements: text, images, and videos
- Overlay announcements for urgent family updates
- Auto-advancing playlist mode for unattended display rotation
MCP integrations
The server supports two MCP transports:
- Stdio (default) — for LLM clients that use stdio-based MCP
- HTTP streaming — for tools like n8n, Zapier, or custom integrations
Stdio transport
Standard MCP over stdin/stdout. Used by most LLM clients as a subprocess.
HTTP streaming transport
call MCP tools from n8n or any HTTP client.
GET /mcp/tools— list all available toolsPOST /mcp/call— invoke a tool (JSON response)POST /mcp/stream— invoke a tool (Server-Sent Events response)
Example: n8n HTTP POST to /mcp/call
{
"tool": "kiosk_show_chores",
"arguments": {
"dueToday": ["Dishes", "Homework", "Vacuum living room"],
"done": ["Breakfast prep", "Make beds"],
"points": ["Jane: 12 pts", "Max: 8 pts"],
"theme": "party"
}
}
Response:
{
"ok": true,
"message": "Chore dashboard rendered",
"state": { /* full kiosk state */ }
}
Run locally
- Install dependencies
- Start the server
- Open kiosk display in browser
The server process hosts both:
- MCP tool interface (stdio)
- Display web server (
http://localhost:8787)
Example scene payload for kiosk_set_playlist
Use this shape from your LLM client:
title,subtitletheme:aurora | sunrise | ocean | midnight | partytransition:slide | fade | zoomautoAdvance,autoAdvanceSecscenes[]title,subtitle,accent,durationSecelements[]type: textwithheading,bodytype: imagewithurl, optionalcaptiontype: videowithurl, optionalcaption, and booleansmuted,autoplay,loop
High-level family workflow tools
For most home-assistant use cases, prefer these tools over raw playlist JSON:
kiosk_show_calendar- Inputs:
dayLabel,events[],now,next,highlight events[]accepts either simple strings or objects withwhen,time,label
- Inputs:
kiosk_show_chores- Inputs:
dueToday[],done[],points[]
- Inputs:
kiosk_show_meal_plan- Inputs:
breakfast,lunch,dinner,prep[],shopping[]
- Inputs:
kiosk_show_school_run- Inputs:
leaveBy,weather,checklist[],reminders[]
- Inputs:
kiosk_announce- Inputs:
message(required),details[],emoji,showOverlay
- Inputs:
Each of the tools above also supports optional visual controls:
title,subtitletheme:aurora | sunrise | ocean | midnight | partytransition:slide | fade | zoomautoAdvance,autoAdvanceSec
MCP client wiring
Use mcp.client.example.json as a reference for your MCP host configuration.
Customization ideas
- Pipe in family calendar data from Home Assistant
- Add weather and transit cards as text elements
- Display chore boards and rotating reminders
- Build holiday themes by switching
themeand scene media
Notes
- Keep media URLs publicly accessible by the kiosk browser.
- For local/private media, serve files from
public/and reference relative paths.
Установка Family Kiosk Display
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/easyonthesauce/mcpDisplayFAQ
Family Kiosk Display MCP бесплатный?
Да, Family Kiosk Display MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Family Kiosk Display?
Нет, Family Kiosk Display работает без API-ключей и переменных окружения.
Family Kiosk Display — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Family Kiosk Display в Claude Desktop, Claude Code или Cursor?
Открой Family Kiosk Display на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzMCP-Agent
A simple, composable framework to build agents using Model Context Protocol by [LastMile AI](https://www.lastmileai.dev)
автор: lastmile-aiSpring AI MCP Client
Provides auto-configuration for MCP client functionality in Spring Boot applications.
mcp.natoma.ai
A Hosted MCP Platform to discover, install, manage and deploy MCP servers by [Natoma Labs](https://www.natoma.ai)
MCPHub
Website to list high quality MCP servers and reviews by real users. Also provide online chatbot for popular LLM models with MCP server support.
MCP Servers Rating and User Reviews
Website to rate MCP servers, write authentic user reviews, and [search engine for agent & mcp](http://www.deepnlp.org/search/agent)
mkinf
An Open Source registry of hosted MCP Servers to accelerate AI agent workflows.
Compare Family Kiosk Display with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
