This MCP server exposes the Revel Digital REST API as tools that AI assistants can use to manage your digital signage infrastructure. Through natural language commands, you can:
Manage devices, content, and playlists
Monitor system status and performance
Configure schedules and automation
Access analytics and reporting data
This enables conversational control of your digital signage network, making complex management tasks as simple as describing what you want to accomplish.
More information here: https://www.reveldigital.com
Server Config
{
"mcpServers": {
"revel-digital": {
"command": "npx",
"args": [
"@reveldigital/reveldigital-mcp-server"
],
"env": {
"API_KEY_APIKEYINHEADER": "<YOUR_API_KEY>"
}
}
}
}