MCP Family Kiosk Display
MCP 家庭信息亭显示
一个精致的动画信息亭显示系统,可通过 MCP 工具调用由 LLM 进行控制。
功能特点
基于 stdio 的 MCP 服务器,提供信息亭控制工具
HTTP 信息亭显示端点:
http://localhost:8787通过 WebSocket (
/ws) 实现实时更新大号易读字体和平滑的动画过渡
支持混合场景元素:文本、图像和视频
用于紧急家庭更新的覆盖公告
用于无人值守显示轮播的自动播放列表模式
Related MCP server: openai-mcp
MCP 集成
该服务器支持 两种 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— 调用工具(服务器发送事件响应)
示例:n8n HTTP POST 到 /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"
}
}响应:
{
"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,bodytype: image,包含url,可选captiontype: 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.client.example.json 进行 MCP 主机配置。
自定义建议
从 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