What is SmartScreen?
SmartScreen is a web-based screening service that allows you to remotely control content across multiple displays and locations.
What is ultra/mcp-ss?
ultra/mcp-ss is a FastAPI-based MCP server that integrates with SmartScreen, allowing you to programmatically control the screen (e.g., display media, send notifications) via HTTP/MCP commands.
What prerequisites are required to run ultra/mcp-ss?
You need Python 3.12+, Docker (optional), a YOUTUBE_API_KEY from Google Console, and an SS_SERVICE_TOKEN environment variable.
How do I configure ultra/mcp-ss?
Create a .env file or export environment variables for YOUTUBE_API_KEY and SS_SERVICE_TOKEN.
How do I run ultra/mcp-ss locally?
Run uvicorn main:app --reload --host 0.0.0.0 --port 8000 in your terminal.
How do I run ultra/mcp-ss with Docker?
Build the Docker image with docker build -t ultra-mcp-ss . and run it with docker run -d --name ultra-mcp-ss -p 127.0.0.1:8000:8000 ultra-mcp-ss.
What are the key API endpoints?
Key endpoints include /drop, /notify, /toast, /marquee, /text, /app, /touch, and /status for controlling SmartScreen functions. Refer to the OpenAPI docs for details.
How do I integrate ultra/mcp-ss with Langflow?
Add the MCP Server component from the Tool section in Langflow, enable Tool Mode, select SSE Mode, and enter the MCP SSE URL (e.g., http://0.0.0.0:8000/mcp).
What is MCP Proxy and when should I use it?
MCP Proxy is used for clients without SSE support. Install it via uv pip install --user mcp-proxy or npm install -g mcp-proxy and configure your client to use it as a proxy to the MCP server.
How does ultra/mcp-ss integrate with UBOS?
UBOS can orchestrate AI Agents to interact with ultra/mcp-ss, enabling dynamic control of SmartScreen displays based on real-time data and user interactions. UBOS allows building custom AI Agents tailored to specific needs and integrates seamlessly with ultra/mcp-ss through MCP.
ultra/mcp-ss
Project Details
- motebus/ultra-mcp-ss
- MIT License
- Last Updated: 5/2/2025
Recomended MCP Servers
A MCP Server to launch a token, add value to it, distribute to your employees via email
A Model Context Protocol (MCP) server implementation that provides network control and management capabilities through the ONOS SDN...
MCP server which allow LLM in agent mode to analyze image whenever it needs
Интеграция Claude с Trello через MCP Server на Smithery.ai
This read-only MCP Server allows you to connect to Facebook data from Claude Desktop through CData JDBC Drivers....
A Model Context Protocol (MCP) server that enables secure interaction with MySQL databases
It's like v0 but in your Cursor/WindSurf/Cline. 21st dev Magic MCP server for working with your frontend like...
Memory Cache Server for use with supported MCP API Clients.





