MCP Family Kiosk Display
MCPファミリーキオスクディスプレイ
LLMによるMCPツール呼び出しで制御可能な、洗練されたアニメーション付きキオスクディスプレイです。
提供機能
キオスク制御ツールを備えたstdio経由のMCPサーバー
http://localhost:8787でのHTTPキオスクディスプレイエンドポイントWebSocket (
/ws) によるリアルタイム更新読みやすい大きなタイポグラフィと滑らかなアニメーション遷移
テキスト、画像、動画の混在シーンのサポート
緊急の家族向けアップデート用オーバーレイ通知
無人ディスプレイ回転用の自動進行プレイリストモード
Related MCP server: openai-mcp
MCP統合
このサーバーは2つのMCPトランスポートをサポートしています:
Stdio (デフォルト) — stdioベースのMCPを使用するLLMクライアント用
HTTPストリーミング — n8n、Zapier、またはカスタム統合などのツール用
Stdioトランスポート
標準的なstdin/stdout経由のMCPです。ほとんどのLLMクライアントでサブプロセスとして使用されます。
HTTPストリーミングトランスポート
n8nや任意のHTTPクライアントからMCPツールを呼び出します。
GET /mcp/tools— 利用可能な全ツールを一覧表示POST /mcp/call— ツールを呼び出す (JSONレスポンス)POST /mcp/stream— ツールを呼び出す (Server-Sent Eventsレスポンス)
例: n8nから /mcp/call へのHTTP POST
{
"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"
}
}レスポンス:
{
"ok": true,
"message": "Chore dashboard rendered",
"state": { /* full kiosk state */ }
}ローカルでの実行
依存関係をインストール
サーバーを起動
ブラウザでキオスクディスプレイを開く
サーバープロセスは以下を両方ホストします:
MCPツールインターフェース (stdio)
ディスプレイWebサーバー (
http://localhost:8787)
kiosk_set_playlist 用のシーンペイロード例
LLMクライアントから以下の形式を使用してください:
title,subtitletheme:aurora | sunrise | ocean | midnight | partytransition:slide | fade | zoomautoAdvance,autoAdvanceSecscenes[]title,subtitle,accent,durationSecelements[]type: text(プロパティ:heading,body)type: image(プロパティ:url, オプションのcaption)type: video(プロパティ:url, オプションのcaption, およびブール値muted,autoplay,loop)
高度な家族向けワークフローツール
ほとんどのホームアシスタントのユースケースでは、生のプレイリストJSONよりも以下のツールを優先してください:
kiosk_show_calendar入力:
dayLabel,events[],now,next,highlightevents[]は単純な文字列、またはwhen,time,labelを持つオブジェクトを受け入れます
kiosk_show_chores入力:
dueToday[],done[],points[]
kiosk_show_meal_plan入力:
breakfast,lunch,dinner,prep[],shopping[]
kiosk_show_school_run入力:
leaveBy,weather,checklist[],reminders[]
kiosk_announce入力:
message(必須),details[],emoji,showOverlay
上記の各ツールは、以下のオプションの視覚制御もサポートしています:
title,subtitletheme:aurora | sunrise | ocean | midnight | partytransition:slide | fade | zoomautoAdvance,autoAdvanceSec
MCPクライアントの設定
MCPホスト設定の参照として mcp.client.example.json を使用してください。
カスタマイズのアイデア
Home Assistantから家族のカレンダーデータをパイプで取り込む
天気や交通情報をテキスト要素として追加する
家事ボードやローテーションするリマインダーを表示する
themeやシーンのメディアを切り替えてホリデーテーマを作成する
注意事項
メディアURLはキオスクブラウザからパブリックにアクセスできるようにしてください。
ローカル/プライベートなメディアの場合は、
public/からファイルを配信し、相対パスを参照してください。
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceA comprehensive MCP server enabling LLMs to execute commands, manage files, interact with Figma, search the web, generate images, and more, extending their capabilities beyond text generation.Apache 2.0
- FlicenseNot gradedqualityDmaintenanceA versatile MCP server that enables natural language software development tasks using multiple LLM providers (OpenAI, Anthropic) with real-time visualization, cost management, and a comprehensive tool suite.
- AlicenseNot gradedqualityDmaintenanceA local MCP server that provides shared, real-time context across multiple AI agents via WebSocket and MCP resource notifications, enabling collaborative workspaces, memory, tasks, and messaging.501MIT
- AlicenseNot gradedqualityBmaintenanceA production-ready MCP server that gives an LLM agent standalone-equivalent control over a Mineflayer Minecraft bot — movement, mining, crafting, inventory, combat, containers, chat, and much more — exposed as 110 strongly-typed tools across 23 groups, with full bot lifecycle management and dual (poll + push) event streaming.572MIT
Related MCP Connectors
MCP server for Clipkit — gives AI agents a video toolbox via the Clipkit schema.
Hosted MCP server to manage a restaurant menu from AI agents - 39 tools over the DuckHub API.
MCP server for AI dialogue using various LLM models via AceDataCloud
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/easyonthesauce/mcpDisplay'
If you have feedback or need assistance with the MCP directory API, please join our Discord server