Revel Digital
@RevelDigital
关于 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:
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"revel-digital": {
"command": "npx",
"args": [
"@reveldigital/reveldigital-mcp-server"
],
"env": {
"API_KEY_APIKEYINHEADER": "<YOUR_API_KEY>"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
其他 分类下的更多 MCP 服务器
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
评论