Revel Digital
@RevelDigital
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:
Overview
What is Revel Digital?
Revel Digital is an MCP (Model Context Protocol) server that provides AI assistants with access to the Revel Digital REST API for digital signage management. It is designed for users who want to manage their digital signage infrastructure through natural language commands.
How to use Revel Digital?
Install the package globally with npm install -g @reveldigital/reveldigital-mcp-server, then configure your AI client (e.g., Claude Desktop, Continue.dev, or Cody) with the environment variable API_KEY_APIKEYINHEADER set to your Revel Digital API key. The server runs via the command npx @reveldigital/reveldigital-mcp-server.
Key features of Revel Digital?
- Manage devices, content, and playlists
- Monitor system status and performance
- Configure schedules and automation
- Access analytics and reporting data
- Conversational control via natural language
- Built on the open MCP standard
Use cases of Revel Digital?
- Manage digital signage infrastructure through AI chat
- Update content and playlists across a network
- Monitor device health and system performance
- Schedule automated display changes
- Retrieve analytics and reporting data
FAQ from Revel Digital
What are the prerequisites for using Revel Digital?
You need Node.js 20.0.0 or higher, a Revel Digital account with API access, and an API key or OAuth2 credentials.
How do I obtain API credentials for Revel Digital?
Log into your Revel Digital dashboard, navigate to Account Information > Developer API, and generate an API key. Use that key in the API_KEY_APIKEYINHEADER environment variable.
Which AI clients support this MCP server?
The README provides configuration examples for Claude Desktop, Continue.dev, and Cody by Sourcegraph. Any MCP-compatible client can be used with stdio transport.
Does the Revel Digital MCP server require an internet connection?
Yes, the server communicates with the Revel Digital REST API, so a live internet connection and valid API credentials are required.
How do I update the MCP server configuration after installation?
Edit your AI client’s configuration file (e.g., claude_desktop_config.json for Claude Desktop) and restart the client to load the new settings.