Back to Apps

Screenly CLI
Supports UIby screenly
Manage your Screenly digital signage network directly from your AI assistant via MCP.
0 stars
Works in:Cursor
Exposes:Tools
What it does
Connects your AI assistant to the Screenly digital signage API, allowing for the remote management of screens, assets, and playlists without leaving your chat interface.
Tools
screen_list: List all screens in your network.screen_get: Retrieve detailed information for a specific screen.asset_create/update/delete: Manage media assets across your network.playlist_create/update/delete: Organize assets into playlists for display.label_link_screen: Assign labels to screens for group management.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"screenly": {
"command": "screenly",
"args": ["mcp"],
"env": {
"API_TOKEN": "your-api-token-here"
}
}
}
}
Supported hosts
Confirmed for Claude Desktop and Cursor.
Quick install
brew install screenly-cliInformation
- Pricing
- free
- Published
- 5/1/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Add to mcp.json: "screenly": { "command": "screenly", "args": ["mcp"], "env": { "API_TOKEN": "..." } }Claude Desktop
{
"mcpServers": {
"screenly": {
"command": "screenly",
"args": ["mcp"],
"env": {
"API_TOKEN": "your-api-token-here"
}
}
}
}





