Revel Digital
@RevelDigital
About Revel Digital
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:
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"revel-digital": {
"command": "npx",
"args": [
"@reveldigital/reveldigital-mcp-server"
],
"env": {
"API_KEY_APIKEYINHEADER": "<YOUR_API_KEY>"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
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.
More Other MCP servers
ACI: Open-Source Infra to Power Unified MCP Servers
aipotheosis-labsACI.dev is the open source tool-calling platform that hooks up 600+ tools into any agentic IDE or custom AI agent through direct function calling or a unified MCP server. The birthplace of VibeOps.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Comments